Html Css Color HEX #E60F06 Red

📋 copy color: '#E60F06'

red 230 ◦ green 15 ◦ blue 6

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

Shades of Red #E60F06

Tints of Red #E60F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.39%

R = 91.63%
G = 5.98%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E60F06 (or 0xE60F06) is known color: Red. HEX triplet: E6, 0F and 06. RGB value is (230,15,6). Sum of RGB (Red+Green+Blue) = 230+15+6=251 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.63% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60F06 is #19F0F9. Grayscale: #4E4E4E. Windows color (decimal): -1700090 or 397286. OLE color: 397286.

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

Color convert

RGB 230 15 6 -
CMYK 0 0.93 0.97 0.10
HSL 2.41º 0.95% 0.46% -
HSV(B) 2.41º 0.97% 0.9% -
XYZ 32.84 17.18 1.76 -
YUV 78.26 87.23 236.23 -
System Red Green Blue C M Y K H S L
Decimal 230 15 6 0 0.93 0.97 0.10 2.41 0.95 0.46
Hex E6 F 6 0 5D 61 A 2 5F 2E
Octal 346 17 6 0 135 141 12 2 137 56
Binary 11100110 1111 110 0 1011101 1100001 1010 10 1011111 101110

Color Harmonies of #E60F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F06

Black with #E60F06

Text Example


Text Example

White with #E60F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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