Html Css Color HEX #E4020C Venetian Red

📋 copy color: '#E4020C'

red 228 ◦ green 2 ◦ blue 12

#E4020C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #E4020C

Tints of Venetian Red #E4020C

RGB

 RED value IS 228 (89.45% from 255) = 94.21%

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 94.21%
G = 0.83%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E4020C (or 0xE4020C) is known color: Venetian Red. HEX triplet: E4, 02 and 0C. RGB value is (228,2,12). Sum of RGB (Red+Green+Blue) = 228+2+12=242 (32% of max value = 765). Red value is 228 (89.45% from 255 or 94.21% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 228 - color contains mainly: red. Hex color #E4020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4020C is #1BFDF3. Grayscale: #464646. Windows color (decimal): -1834484 or 787172. OLE color: 787172.

HSL color Cylindrical-coordinate representation of color #E4020C: hue angle of 357.35º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 2 12 -
CMYK 0 0.99 0.95 0.11
HSL 357.35º 0.98% 0.45% -
HSV(B) 357.35º 0.99% 0.89% -
XYZ 32.08 16.56 1.85 -
YUV 70.71 94.87 240.19 -
System Red Green Blue C M Y K H S L
Decimal 228 2 12 0 0.99 0.95 0.11 357.35 0.98 0.45
Hex E4 2 C 0 63 5F B 165 62 2D
Octal 344 2 14 0 143 137 13 545 142 55
Binary 11100100 10 1100 0 1100011 1011111 1011 101100101 1100010 101101

Color Harmonies of #E4020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4020C

Black with #E4020C

Text Example


Text Example

White with #E4020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4020C; }

 p { color: rgb(228,2,12); }

 H1.HeaderClassName
 {
   color: #E4020C;
 }
 .AnyTagClassName
 {
   color: #E4020C;
 }
</style>

background-color css

<style>
 a { background-color: #E4020C; }

 a { background-color: rgb(228,2,12); }

 div.DivClassName
 {
   background-color: #E4020C;
 }
 .BgClassName
 {
   background-color: #E4020C;
 }
</style>

border-color css

<style>
 span { border-color: #E4020C; }

 span { border-color: rgb(228,2,12); }

 td.TdClassName
 {
   border-color: #E4020C;
 }
 .TagClassName
 {
   border-color: #E4020C;
 }
</style>