Html Css Color HEX #E60E0C Red

📋 copy color: '#E60E0C'

red 230 ◦ green 14 ◦ blue 12

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

Shades of Red #E60E0C

Tints of Red #E60E0C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.47%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 89.84%
G = 5.47%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E60E0C (or 0xE60E0C) is known color: Red. HEX triplet: E6, 0E and 0C. RGB value is (230,14,12). Sum of RGB (Red+Green+Blue) = 230+14+12=256 (33% of max value = 765). Red value is 230 (90.23% from 255 or 89.84% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60E0C is #19F1F3. Grayscale: #4E4E4E. Windows color (decimal): -1700340 or 790246. OLE color: 790246.

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

Color convert

RGB 230 14 12 -
CMYK 0 0.94 0.95 0.10
HSL 0.55º 0.9% 0.47% -
HSV(B) 0.55º 0.95% 0.9% -
XYZ 32.86 17.16 1.93 -
YUV 78.36 90.56 236.16 -
System Red Green Blue C M Y K H S L
Decimal 230 14 12 0 0.94 0.95 0.10 0.55 0.9 0.47
Hex E6 E C 0 5E 5F A 1 5A 2F
Octal 346 16 14 0 136 137 12 1 132 57
Binary 11100110 1110 1100 0 1011110 1011111 1010 1 1011010 101111

Color Harmonies of #E60E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60E0C

Black with #E60E0C

Text Example


Text Example

White with #E60E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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