Html Css Color HEX #E10604 Red

📋 copy color: '#E10604'

red 225 ◦ green 6 ◦ blue 4

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

Shades of Red #E10604

Tints of Red #E10604

RGB

 RED value IS 225 (88.28% from 255) = 95.74%

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

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

R = 95.74%
G = 2.55%
B = 1.7%

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

#E10604 (or 0xE10604) is known color: Red. HEX triplet: E1, 06 and 04. RGB value is (225,6,4). Sum of RGB (Red+Green+Blue) = 225+6+4=235 (31% of max value = 765). Red value is 225 (88.28% from 255 or 95.74% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 225 - color contains mainly: red. Hex color #E10604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10604 is #1EF9FB. Grayscale: #474747. Windows color (decimal): -2030076 or 263905. OLE color: 263905.

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

Color convert

RGB 225 6 4 -
CMYK 0 0.97 0.98 0.12
HSL 0.54º 0.97% 0.45% -
HSV(B) 0.54º 0.98% 0.88% -
XYZ 31.14 16.15 1.59 -
YUV 71.25 90.05 237.66 -
System Red Green Blue C M Y K H S L
Decimal 225 6 4 0 0.97 0.98 0.12 0.54 0.97 0.45
Hex E1 6 4 0 61 62 C 1 61 2D
Octal 341 6 4 0 141 142 14 1 141 55
Binary 11100001 110 100 0 1100001 1100010 1100 1 1100001 101101

Color Harmonies of #E10604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10604

Black with #E10604

Text Example


Text Example

White with #E10604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10604; }

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

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

background-color css

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

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

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

border-color css

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

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

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