Html Css Color HEX #E00409 Venetian Red

📋 copy color: '#E00409'

red 224 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #E00409

Tints of Venetian Red #E00409

RGB

 RED value IS 224 (87.89% from 255) = 94.51%

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

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 94.51%
G = 1.69%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E00409 (or 0xE00409) is known color: Venetian Red. HEX triplet: E0, 04 and 09. RGB value is (224,4,9). Sum of RGB (Red+Green+Blue) = 224+4+9=237 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.51% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 224 - color contains mainly: red. Hex color #E00409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00409 is #1FFBF6. Grayscale: #464646. Windows color (decimal): -2096119 or 591072. OLE color: 591072.

HSL color Cylindrical-coordinate representation of color #E00409: hue angle of 358.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 4 9 -
CMYK 0 0.98 0.96 0.12
HSL 358.64º 0.96% 0.45% -
HSV(B) 358.64º 0.98% 0.88% -
XYZ 30.83 15.95 1.71 -
YUV 70.35 93.39 237.59 -
System Red Green Blue C M Y K H S L
Decimal 224 4 9 0 0.98 0.96 0.12 358.64 0.96 0.45
Hex E0 4 9 0 62 60 C 167 60 2D
Octal 340 4 11 0 142 140 14 547 140 55
Binary 11100000 100 1001 0 1100010 1100000 1100 101100111 1100000 101101

Color Harmonies of #E00409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00409

Black with #E00409

Text Example


Text Example

White with #E00409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00409; }

 p { color: rgb(224,4,9); }

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

background-color css

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

 a { background-color: rgb(224,4,9); }

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

border-color css

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

 span { border-color: rgb(224,4,9); }

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