Html Css Color HEX #EE030A Venetian Red

📋 copy color: '#EE030A'

red 238 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #EE030A

Tints of Venetian Red #EE030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.98%

R = 94.82%
G = 1.2%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE030A (or 0xEE030A) is known color: Venetian Red. HEX triplet: EE, 03 and 0A. RGB value is (238,3,10). Sum of RGB (Red+Green+Blue) = 238+3+10=251 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.82% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 238 - color contains mainly: red. Hex color #EE030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE030A is #11FCF5. Grayscale: #4A4A4A. Windows color (decimal): -1178870 or 656366. OLE color: 656366.

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

Color convert

RGB 238 3 10 -
CMYK 0 0.99 0.96 0.07
HSL 358.21º 0.98% 0.47% -
HSV(B) 358.21º 0.99% 0.93% -
XYZ 35.35 18.26 1.95 -
YUV 74.06 91.86 244.93 -
System Red Green Blue C M Y K H S L
Decimal 238 3 10 0 0.99 0.96 0.07 358.21 0.98 0.47
Hex EE 3 A 0 63 60 7 166 62 2F
Octal 356 3 12 0 143 140 7 546 142 57
Binary 11101110 11 1010 0 1100011 1100000 111 101100110 1100010 101111

Color Harmonies of #EE030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE030A

Black with #EE030A

Text Example


Text Example

White with #EE030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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