Html Css Color HEX #E00C04 Red

📋 copy color: '#E00C04'

red 224 ◦ green 12 ◦ blue 4

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

Shades of Red #E00C04

Tints of Red #E00C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5%

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

R = 93.33%
G = 5%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E00C04 (or 0xE00C04) is known color: Red. HEX triplet: E0, 0C and 04. RGB value is (224,12,4). Sum of RGB (Red+Green+Blue) = 224+12+4=240 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.33% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C04 is #1FF3FB. Grayscale: #4A4A4A. Windows color (decimal): -2094076 or 265440. OLE color: 265440.

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

Color convert

RGB 224 12 4 -
CMYK 0 0.95 0.98 0.12
HSL 2.18º 0.96% 0.45% -
HSV(B) 2.18º 0.98% 0.88% -
XYZ 30.89 16.12 1.6 -
YUV 74.48 88.24 234.65 -
System Red Green Blue C M Y K H S L
Decimal 224 12 4 0 0.95 0.98 0.12 2.18 0.96 0.45
Hex E0 C 4 0 5F 62 C 2 60 2D
Octal 340 14 4 0 137 142 14 2 140 55
Binary 11100000 1100 100 0 1011111 1100010 1100 10 1100000 101101

Color Harmonies of #E00C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C04

Black with #E00C04

Text Example


Text Example

White with #E00C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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