Html Css Color HEX #E60A08 Red

📋 copy color: '#E60A08'

red 230 ◦ green 10 ◦ blue 8

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

Shades of Red #E60A08

Tints of Red #E60A08

RGB

 RED value IS 230 (90.23% from 255) = 92.74%

 GREEN value IS 10 (4.3% from 255) = 4.03%

 BLUE value IS 8 (3.52% from 255) = 3.23%

R = 92.74%
G = 4.03%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E60A08 (or 0xE60A08) is known color: Red. HEX triplet: E6, 0A and 08. RGB value is (230,10,8). Sum of RGB (Red+Green+Blue) = 230+10+8=248 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.74% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60A08 is #19F5F7. Grayscale: #4B4B4B. Windows color (decimal): -1701368 or 527078. OLE color: 527078.

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

Color convert

RGB 230 10 8 -
CMYK 0 0.96 0.97 0.10
HSL 0.54º 0.93% 0.47% -
HSV(B) 0.54º 0.97% 0.9% -
XYZ 32.79 17.06 1.79 -
YUV 75.55 89.89 238.16 -
System Red Green Blue C M Y K H S L
Decimal 230 10 8 0 0.96 0.97 0.10 0.54 0.93 0.47
Hex E6 A 8 0 60 61 A 1 5D 2F
Octal 346 12 10 0 140 141 12 1 135 57
Binary 11100110 1010 1000 0 1100000 1100001 1010 1 1011101 101111

Color Harmonies of #E60A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A08

Black with #E60A08

Text Example


Text Example

White with #E60A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A08; }

 p { color: rgb(230,10,8); }

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

background-color css

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

 a { background-color: rgb(230,10,8); }

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

border-color css

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

 span { border-color: rgb(230,10,8); }

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