Html Css Color HEX #EE0312 Venetian Red

📋 copy color: '#EE0312'

red 238 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #EE0312

Tints of Venetian Red #EE0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 91.89%
G = 1.16%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE0312 (or 0xEE0312) is known color: Venetian Red. HEX triplet: EE, 03 and 12. RGB value is (238,3,18). Sum of RGB (Red+Green+Blue) = 238+3+18=259 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.89% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0312 is #11FCED. Grayscale: #4B4B4B. Windows color (decimal): -1178862 or 1180654. OLE color: 1180654.

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

Color convert

RGB 238 3 18 -
CMYK 0 0.99 0.92 0.07
HSL 356.17º 0.98% 0.47% -
HSV(B) 356.17º 0.99% 0.93% -
XYZ 35.4 18.29 2.24 -
YUV 74.98 95.86 244.28 -
System Red Green Blue C M Y K H S L
Decimal 238 3 18 0 0.99 0.92 0.07 356.17 0.98 0.47
Hex EE 3 12 0 63 5C 7 164 62 2F
Octal 356 3 22 0 143 134 7 544 142 57
Binary 11101110 11 10010 0 1100011 1011100 111 101100100 1100010 101111

Color Harmonies of #EE0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0312

Black with #EE0312

Text Example


Text Example

White with #EE0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0312; }

 p { color: rgb(238,3,18); }

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

background-color css

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

 a { background-color: rgb(238,3,18); }

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

border-color css

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

 span { border-color: rgb(238,3,18); }

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