Html Css Color HEX #E60900 Red

📋 copy color: '#E60900'

red 230 ◦ green 9 ◦ blue 0

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

Shades of Red #E60900

Tints of Red #E60900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.23%
G = 3.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E60900 (or 0xE60900) is known color: Red. HEX triplet: E6, 09 and 00. RGB value is (230,9,0). Sum of RGB (Red+Green+Blue) = 230+9+0=239 (31% of max value = 765). Red value is 230 (90.23% from 255 or 96.23% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 230 - color contains mainly: red. Hex color #E60900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60900 is #19F6FF. Grayscale: #4A4A4A. Windows color (decimal): -1701632 or 2534. OLE color: 2534.

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

Color convert

RGB 230 9 0 -
CMYK 0 0.96 1 0.10
HSL 2.35º 1% 0.45% -
HSV(B) 2.35º 1% 0.9% -
XYZ 32.73 17.02 1.56 -
YUV 74.05 86.22 239.23 -
System Red Green Blue C M Y K H S L
Decimal 230 9 0 0 0.96 1 0.10 2.35 1 0.45
Hex E6 9 0 0 60 64 A 2 64 2D
Octal 346 11 0 0 140 144 12 2 144 55
Binary 11100110 1001 0 0 1100000 1100100 1010 10 1100100 101101

Color Harmonies of #E60900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60900

Black with #E60900

Text Example


Text Example

White with #E60900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60900; }

 p { color: rgb(230,9,0); }

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

background-color css

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

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

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

border-color css

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

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

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