Html Css Color HEX #E60C04 Red

📋 copy color: '#E60C04'

red 230 ◦ green 12 ◦ blue 4

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

Shades of Red #E60C04

Tints of Red #E60C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 93.5%
G = 4.88%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E60C04 (or 0xE60C04) is known color: Red. HEX triplet: E6, 0C and 04. RGB value is (230,12,4). Sum of RGB (Red+Green+Blue) = 230+12+4=246 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.50% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60C04 is #19F3FB. Grayscale: #4C4C4C. Windows color (decimal): -1700860 or 265446. OLE color: 265446.

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

Color convert

RGB 230 12 4 -
CMYK 0 0.95 0.98 0.10
HSL 2.12º 0.97% 0.46% -
HSV(B) 2.12º 0.98% 0.9% -
XYZ 32.79 17.09 1.69 -
YUV 76.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 230 12 4 0 0.95 0.98 0.10 2.12 0.97 0.46
Hex E6 C 4 0 5F 62 A 2 61 2E
Octal 346 14 4 0 137 142 12 2 141 56
Binary 11100110 1100 100 0 1011111 1100010 1010 10 1100001 101110

Color Harmonies of #E60C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C04

Black with #E60C04

Text Example


Text Example

White with #E60C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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