Html Css Color HEX #EE030C Venetian Red

📋 copy color: '#EE030C'

red 238 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #EE030C

Tints of Venetian Red #EE030C

RGB

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

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

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

R = 94.07%
G = 1.19%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE030C (or 0xEE030C) is known color: Venetian Red. HEX triplet: EE, 03 and 0C. RGB value is (238,3,12). Sum of RGB (Red+Green+Blue) = 238+3+12=253 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.07% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 238 - color contains mainly: red. Hex color #EE030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE030C is #11FCF3. Grayscale: #4A4A4A. Windows color (decimal): -1178868 or 787438. OLE color: 787438.

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

Color convert

RGB 238 3 12 -
CMYK 0 0.99 0.95 0.07
HSL 357.7º 0.98% 0.47% -
HSV(B) 357.7º 0.99% 0.93% -
XYZ 35.36 18.27 2.01 -
YUV 74.29 92.86 244.77 -
System Red Green Blue C M Y K H S L
Decimal 238 3 12 0 0.99 0.95 0.07 357.7 0.98 0.47
Hex EE 3 C 0 63 5F 7 166 62 2F
Octal 356 3 14 0 143 137 7 546 142 57
Binary 11101110 11 1100 0 1100011 1011111 111 101100110 1100010 101111

Color Harmonies of #EE030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE030C

Black with #EE030C

Text Example


Text Example

White with #EE030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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