Html Css Color HEX #E00604 Red

📋 copy color: '#E00604'

red 224 ◦ green 6 ◦ blue 4

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

Shades of Red #E00604

Tints of Red #E00604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 95.73%
G = 2.56%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E00604 (or 0xE00604) is known color: Red. HEX triplet: E0, 06 and 04. RGB value is (224,6,4). Sum of RGB (Red+Green+Blue) = 224+6+4=234 (30% of max value = 765). Red value is 224 (87.89% from 255 or 95.73% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 224 - color contains mainly: red. Hex color #E00604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00604 is #1FF9FB. Grayscale: #474747. Windows color (decimal): -2095612 or 263904. OLE color: 263904.

HSL color Cylindrical-coordinate representation of color #E00604: hue angle of 0.55º 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 #E00604 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 4 -
CMYK 0 0.97 0.98 0.12
HSL 0.55º 0.96% 0.45% -
HSV(B) 0.55º 0.98% 0.88% -
XYZ 30.83 15.99 1.58 -
YUV 70.95 90.22 237.16 -
System Red Green Blue C M Y K H S L
Decimal 224 6 4 0 0.97 0.98 0.12 0.55 0.96 0.45
Hex E0 6 4 0 61 62 C 1 60 2D
Octal 340 6 4 0 141 142 14 1 140 55
Binary 11100000 110 100 0 1100001 1100010 1100 1 1100000 101101

Color Harmonies of #E00604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00604

Black with #E00604

Text Example


Text Example

White with #E00604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00604; }

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

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

background-color css

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

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

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

border-color css

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

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

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