Html Css Color HEX #E60D05 Red

📋 copy color: '#E60D05'

red 230 ◦ green 13 ◦ blue 5

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

Shades of Red #E60D05

Tints of Red #E60D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 92.74%
G = 5.24%
B = 2.02%

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

#E60D05 (or 0xE60D05) is known color: Red. HEX triplet: E6, 0D and 05. RGB value is (230,13,5). Sum of RGB (Red+Green+Blue) = 230+13+5=248 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.74% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60D05 is #19F2FA. Grayscale: #4D4D4D. Windows color (decimal): -1700603 or 331238. OLE color: 331238.

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

Color convert

RGB 230 13 5 -
CMYK 0 0.94 0.98 0.10
HSL 2.13º 0.96% 0.46% -
HSV(B) 2.13º 0.98% 0.9% -
XYZ 32.8 17.12 1.72 -
YUV 76.97 87.39 237.15 -
System Red Green Blue C M Y K H S L
Decimal 230 13 5 0 0.94 0.98 0.10 2.13 0.96 0.46
Hex E6 D 5 0 5E 62 A 2 60 2E
Octal 346 15 5 0 136 142 12 2 140 56
Binary 11100110 1101 101 0 1011110 1100010 1010 10 1100000 101110

Color Harmonies of #E60D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D05

Black with #E60D05

Text Example


Text Example

White with #E60D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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