Html Css Color HEX #EE030D Venetian Red

📋 copy color: '#EE030D'

red 238 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #EE030D

Tints of Venetian Red #EE030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.12%

R = 93.7%
G = 1.18%
B = 5.12%

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

#EE030D (or 0xEE030D) is known color: Venetian Red. HEX triplet: EE, 03 and 0D. RGB value is (238,3,13). Sum of RGB (Red+Green+Blue) = 238+3+13=254 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.70% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 238 - color contains mainly: red. Hex color #EE030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE030D is #11FCF2. Grayscale: #4A4A4A. Windows color (decimal): -1178867 or 852974. OLE color: 852974.

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

Color convert

RGB 238 3 13 -
CMYK 0 0.99 0.95 0.07
HSL 357.45º 0.98% 0.47% -
HSV(B) 357.45º 0.99% 0.93% -
XYZ 35.37 18.27 2.04 -
YUV 74.41 93.36 244.69 -
System Red Green Blue C M Y K H S L
Decimal 238 3 13 0 0.99 0.95 0.07 357.45 0.98 0.47
Hex EE 3 D 0 63 5F 7 165 62 2F
Octal 356 3 15 0 143 137 7 545 142 57
Binary 11101110 11 1101 0 1100011 1011111 111 101100101 1100010 101111

Color Harmonies of #EE030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE030D

Black with #EE030D

Text Example


Text Example

White with #EE030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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