Html Css Color HEX #E60F0C Red

📋 copy color: '#E60F0C'

red 230 ◦ green 15 ◦ blue 12

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

Shades of Red #E60F0C

Tints of Red #E60F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

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

R = 89.49%
G = 5.84%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E60F0C (or 0xE60F0C) is known color: Red. HEX triplet: E6, 0F and 0C. RGB value is (230,15,12). Sum of RGB (Red+Green+Blue) = 230+15+12=257 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.49% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60F0C is #19F0F3. Grayscale: #4F4F4F. Windows color (decimal): -1700084 or 790502. OLE color: 790502.

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

Color convert

RGB 230 15 12 -
CMYK 0 0.93 0.95 0.10
HSL 0.83º 0.9% 0.47% -
HSV(B) 0.83º 0.95% 0.9% -
XYZ 32.87 17.19 1.93 -
YUV 78.94 90.23 235.74 -
System Red Green Blue C M Y K H S L
Decimal 230 15 12 0 0.93 0.95 0.10 0.83 0.9 0.47
Hex E6 F C 0 5D 5F A 1 5A 2F
Octal 346 17 14 0 135 137 12 1 132 57
Binary 11100110 1111 1100 0 1011101 1011111 1010 1 1011010 101111

Color Harmonies of #E60F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F0C

Black with #E60F0C

Text Example


Text Example

White with #E60F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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