Html Css Color HEX #E60C06 Red

📋 copy color: '#E60C06'

red 230 ◦ green 12 ◦ blue 6

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

Shades of Red #E60C06

Tints of Red #E60C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.84%

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 92.74%
G = 4.84%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E60C06 (or 0xE60C06) is known color: Red. HEX triplet: E6, 0C and 06. RGB value is (230,12,6). Sum of RGB (Red+Green+Blue) = 230+12+6=248 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.74% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60C06 is #19F3F9. Grayscale: #4C4C4C. Windows color (decimal): -1700858 or 396518. OLE color: 396518.

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

Color convert

RGB 230 12 6 -
CMYK 0 0.95 0.97 0.10
HSL 1.61º 0.95% 0.46% -
HSV(B) 1.61º 0.97% 0.9% -
XYZ 32.8 17.1 1.74 -
YUV 76.5 88.22 237.49 -
System Red Green Blue C M Y K H S L
Decimal 230 12 6 0 0.95 0.97 0.10 1.61 0.95 0.46
Hex E6 C 6 0 5F 61 A 2 5F 2E
Octal 346 14 6 0 137 141 12 2 137 56
Binary 11100110 1100 110 0 1011111 1100001 1010 10 1011111 101110

Color Harmonies of #E60C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C06

Black with #E60C06

Text Example


Text Example

White with #E60C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C06; }

 p { color: rgb(230,12,6); }

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

background-color css

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

 a { background-color: rgb(230,12,6); }

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

border-color css

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

 span { border-color: rgb(230,12,6); }

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