Html Css Color HEX #E60F0A Red

📋 copy color: '#E60F0A'

red 230 ◦ green 15 ◦ blue 10

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

Shades of Red #E60F0A

Tints of Red #E60F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 90.2%
G = 5.88%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E60F0A (or 0xE60F0A) is known color: Red. HEX triplet: E6, 0F and 0A. RGB value is (230,15,10). Sum of RGB (Red+Green+Blue) = 230+15+10=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60F0A is #19F0F5. Grayscale: #4E4E4E. Windows color (decimal): -1700086 or 659430. OLE color: 659430.

HSL color Cylindrical-coordinate representation of color #E60F0A: hue angle of 1.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60F0A is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 15 10 -
CMYK 0 0.93 0.96 0.10
HSL 1.36º 0.92% 0.47% -
HSV(B) 1.36º 0.96% 0.9% -
XYZ 32.86 17.19 1.87 -
YUV 78.72 89.23 235.91 -
System Red Green Blue C M Y K H S L
Decimal 230 15 10 0 0.93 0.96 0.10 1.36 0.92 0.47
Hex E6 F A 0 5D 60 A 1 5C 2F
Octal 346 17 12 0 135 140 12 1 134 57
Binary 11100110 1111 1010 0 1011101 1100000 1010 1 1011100 101111

Color Harmonies of #E60F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F0A

Black with #E60F0A

Text Example


Text Example

White with #E60F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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