Html Css Color HEX #E60D04 Red

📋 copy color: '#E60D04'

red 230 ◦ green 13 ◦ blue 4

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

Shades of Red #E60D04

Tints of Red #E60D04

RGB

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

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

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

R = 93.12%
G = 5.26%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E60D04 (or 0xE60D04) is known color: Red. HEX triplet: E6, 0D and 04. RGB value is (230,13,4). Sum of RGB (Red+Green+Blue) = 230+13+4=247 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.12% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60D04 is #19F2FB. Grayscale: #4D4D4D. Windows color (decimal): -1700604 or 265702. OLE color: 265702.

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

Color convert

RGB 230 13 4 -
CMYK 0 0.94 0.98 0.10
HSL 2.39º 0.97% 0.46% -
HSV(B) 2.39º 0.98% 0.9% -
XYZ 32.8 17.12 1.69 -
YUV 76.86 86.89 237.23 -
System Red Green Blue C M Y K H S L
Decimal 230 13 4 0 0.94 0.98 0.10 2.39 0.97 0.46
Hex E6 D 4 0 5E 62 A 2 61 2E
Octal 346 15 4 0 136 142 12 2 141 56
Binary 11100110 1101 100 0 1011110 1100010 1010 10 1100001 101110

Color Harmonies of #E60D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D04

Black with #E60D04

Text Example


Text Example

White with #E60D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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