Html Css Color HEX #E60C07 Red

📋 copy color: '#E60C07'

red 230 ◦ green 12 ◦ blue 7

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

Shades of Red #E60C07

Tints of Red #E60C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.81%

R = 92.37%
G = 4.82%
B = 2.81%

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

#E60C07 (or 0xE60C07) is known color: Red. HEX triplet: E6, 0C and 07. RGB value is (230,12,7). Sum of RGB (Red+Green+Blue) = 230+12+7=249 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.37% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60C07 is #19F3F8. Grayscale: #4C4C4C. Windows color (decimal): -1700857 or 462054. OLE color: 462054.

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

Color convert

RGB 230 12 7 -
CMYK 0 0.95 0.97 0.10
HSL 1.35º 0.94% 0.46% -
HSV(B) 1.35º 0.97% 0.9% -
XYZ 32.8 17.1 1.77 -
YUV 76.61 88.72 237.41 -
System Red Green Blue C M Y K H S L
Decimal 230 12 7 0 0.95 0.97 0.10 1.35 0.94 0.46
Hex E6 C 7 0 5F 61 A 1 5E 2E
Octal 346 14 7 0 137 141 12 1 136 56
Binary 11100110 1100 111 0 1011111 1100001 1010 1 1011110 101110

Color Harmonies of #E60C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C07

Black with #E60C07

Text Example


Text Example

White with #E60C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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