Html Css Color HEX #E60C0C Red

📋 copy color: '#E60C0C'

red 230 ◦ green 12 ◦ blue 12

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

Shades of Red #E60C0C

Tints of Red #E60C0C

RGB

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

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

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

R = 90.55%
G = 4.72%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E60C0C (or 0xE60C0C) is known color: Red. HEX triplet: E6, 0C and 0C. RGB value is (230,12,12). Sum of RGB (Red+Green+Blue) = 230+12+12=254 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.55% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60C0C is #19F3F3. Grayscale: #4D4D4D. Windows color (decimal): -1700852 or 789734. OLE color: 789734.

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

Color convert

RGB 230 12 12 -
CMYK 0 0.95 0.95 0.10
HSL 0.9% 0.47% -
HSV(B) 0.95% 0.9% -
XYZ 32.83 17.11 1.92 -
YUV 77.18 91.22 237 -
System Red Green Blue C M Y K H S L
Decimal 230 12 12 0 0.95 0.95 0.10 0 0.9 0.47
Hex E6 C C 0 5F 5F A 0 5A 2F
Octal 346 14 14 0 137 137 12 0 132 57
Binary 11100110 1100 1100 0 1011111 1011111 1010 0 1011010 101111

Color Harmonies of #E60C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C0C

Black with #E60C0C

Text Example


Text Example

White with #E60C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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