Html Css Color HEX #E60D0A Red

📋 copy color: '#E60D0A'

red 230 ◦ green 13 ◦ blue 10

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

Shades of Red #E60D0A

Tints of Red #E60D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.14%

 BLUE value IS 10 (4.3% from 255) = 3.95%

R = 90.91%
G = 5.14%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E60D0A (or 0xE60D0A) is known color: Red. HEX triplet: E6, 0D and 0A. RGB value is (230,13,10). Sum of RGB (Red+Green+Blue) = 230+13+10=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60D0A is #19F2F5. Grayscale: #4D4D4D. Windows color (decimal): -1700598 or 658918. OLE color: 658918.

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

Color convert

RGB 230 13 10 -
CMYK 0 0.94 0.96 0.10
HSL 0.82º 0.92% 0.47% -
HSV(B) 0.82º 0.96% 0.9% -
XYZ 32.83 17.13 1.86 -
YUV 77.54 89.89 236.74 -
System Red Green Blue C M Y K H S L
Decimal 230 13 10 0 0.94 0.96 0.10 0.82 0.92 0.47
Hex E6 D A 0 5E 60 A 1 5C 2F
Octal 346 15 12 0 136 140 12 1 134 57
Binary 11100110 1101 1010 0 1011110 1100000 1010 1 1011100 101111

Color Harmonies of #E60D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D0A

Black with #E60D0A

Text Example


Text Example

White with #E60D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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