Html Css Color HEX #EE0308 Venetian Red

📋 copy color: '#EE0308'

red 238 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #EE0308

Tints of Venetian Red #EE0308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 95.58%
G = 1.2%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE0308 (or 0xEE0308) is known color: Venetian Red. HEX triplet: EE, 03 and 08. RGB value is (238,3,8). Sum of RGB (Red+Green+Blue) = 238+3+8=249 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.58% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0308 is #11FCF7. Grayscale: #4A4A4A. Windows color (decimal): -1178872 or 525294. OLE color: 525294.

HSL color Cylindrical-coordinate representation of color #EE0308: hue angle of 358.72º 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 #EE0308 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 3 8 -
CMYK 0 0.99 0.97 0.07
HSL 358.72º 0.98% 0.47% -
HSV(B) 358.72º 0.99% 0.93% -
XYZ 35.34 18.26 1.89 -
YUV 73.84 90.86 245.09 -
System Red Green Blue C M Y K H S L
Decimal 238 3 8 0 0.99 0.97 0.07 358.72 0.98 0.47
Hex EE 3 8 0 63 61 7 167 62 2F
Octal 356 3 10 0 143 141 7 547 142 57
Binary 11101110 11 1000 0 1100011 1100001 111 101100111 1100010 101111

Color Harmonies of #EE0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0308

Black with #EE0308

Text Example


Text Example

White with #EE0308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0308; }

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

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

background-color css

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

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

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

border-color css

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

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

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