Html Css Color HEX #EE0414 Venetian Red

📋 copy color: '#EE0414'

red 238 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #EE0414

Tints of Venetian Red #EE0414

RGB

 RED value IS 238 (93.36% from 255) = 90.84%

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 90.84%
G = 1.53%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE0414 (or 0xEE0414) is known color: Venetian Red. HEX triplet: EE, 04 and 14. RGB value is (238,4,20). Sum of RGB (Red+Green+Blue) = 238+4+20=262 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.84% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0414 is #11FBEB. Grayscale: #4B4B4B. Windows color (decimal): -1178604 or 1311982. OLE color: 1311982.

HSL color Cylindrical-coordinate representation of color #EE0414: hue angle of 355.9º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0414 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 4 20 -
CMYK 0 0.98 0.92 0.07
HSL 355.9º 0.97% 0.47% -
HSV(B) 355.9º 0.98% 0.93% -
XYZ 35.43 18.31 2.33 -
YUV 75.79 96.52 243.7 -
System Red Green Blue C M Y K H S L
Decimal 238 4 20 0 0.98 0.92 0.07 355.9 0.97 0.47
Hex EE 4 14 0 62 5C 7 164 61 2F
Octal 356 4 24 0 142 134 7 544 141 57
Binary 11101110 100 10100 0 1100010 1011100 111 101100100 1100001 101111

Color Harmonies of #EE0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0414

Black with #EE0414

Text Example


Text Example

White with #EE0414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0414; }

 p { color: rgb(238,4,20); }

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

background-color css

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

 a { background-color: rgb(238,4,20); }

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

border-color css

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

 span { border-color: rgb(238,4,20); }

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