Html Css Color HEX #E60C09 Red

📋 copy color: '#E60C09'

red 230 ◦ green 12 ◦ blue 9

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

Shades of Red #E60C09

Tints of Red #E60C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.59%

R = 91.63%
G = 4.78%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E60C09 (or 0xE60C09) is known color: Red. HEX triplet: E6, 0C and 09. RGB value is (230,12,9). Sum of RGB (Red+Green+Blue) = 230+12+9=251 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.63% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60C09 is #19F3F6. Grayscale: #4D4D4D. Windows color (decimal): -1700855 or 593126. OLE color: 593126.

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

Color convert

RGB 230 12 9 -
CMYK 0 0.95 0.96 0.10
HSL 0.81º 0.92% 0.47% -
HSV(B) 0.81º 0.96% 0.9% -
XYZ 32.81 17.11 1.83 -
YUV 76.84 89.72 237.24 -
System Red Green Blue C M Y K H S L
Decimal 230 12 9 0 0.95 0.96 0.10 0.81 0.92 0.47
Hex E6 C 9 0 5F 60 A 1 5C 2F
Octal 346 14 11 0 137 140 12 1 134 57
Binary 11100110 1100 1001 0 1011111 1100000 1010 1 1011100 101111

Color Harmonies of #E60C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C09

Black with #E60C09

Text Example


Text Example

White with #E60C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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