Html Css Color HEX #EE040D Venetian Red

📋 copy color: '#EE040D'

red 238 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #EE040D

Tints of Venetian Red #EE040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 93.33%
G = 1.57%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE040D (or 0xEE040D) is known color: Venetian Red. HEX triplet: EE, 04 and 0D. RGB value is (238,4,13). Sum of RGB (Red+Green+Blue) = 238+4+13=255 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.33% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 238 - color contains mainly: red. Hex color #EE040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE040D is #11FBF2. Grayscale: #4B4B4B. Windows color (decimal): -1178611 or 853230. OLE color: 853230.

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

Color convert

RGB 238 4 13 -
CMYK 0 0.98 0.95 0.07
HSL 357.69º 0.97% 0.47% -
HSV(B) 357.69º 0.98% 0.93% -
XYZ 35.38 18.29 2.05 -
YUV 74.99 93.02 244.27 -
System Red Green Blue C M Y K H S L
Decimal 238 4 13 0 0.98 0.95 0.07 357.69 0.97 0.47
Hex EE 4 D 0 62 5F 7 166 61 2F
Octal 356 4 15 0 142 137 7 546 141 57
Binary 11101110 100 1101 0 1100010 1011111 111 101100110 1100001 101111

Color Harmonies of #EE040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE040D

Black with #EE040D

Text Example


Text Example

White with #EE040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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