Html Css Color HEX #E60D22 Fire Engine Red

📋 copy color: '#E60D22'

red 230 ◦ green 13 ◦ blue 34

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

Shades of Fire Engine Red #E60D22

Tints of Fire Engine Red #E60D22

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 83.03%
G = 4.69%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E60D22 (or 0xE60D22) is known color: Fire Engine Red. HEX triplet: E6, 0D and 22. RGB value is (230,13,34). Sum of RGB (Red+Green+Blue) = 230+13+34=277 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.03% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D22 is #19F2DD. Grayscale: #505050. Windows color (decimal): -1700574 or 2231782. OLE color: 2231782.

HSL color Cylindrical-coordinate representation of color #E60D22: hue angle of 354.19º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D22 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 13 34 -
CMYK 0 0.94 0.85 0.10
HSL 354.19º 0.89% 0.48% -
HSV(B) 354.19º 0.94% 0.9% -
XYZ 33.07 17.23 3.1 -
YUV 80.28 101.89 234.79 -
System Red Green Blue C M Y K H S L
Decimal 230 13 34 0 0.94 0.85 0.10 354.19 0.89 0.48
Hex E6 D 22 0 5E 55 A 162 59 30
Octal 346 15 42 0 136 125 12 542 131 60
Binary 11100110 1101 100010 0 1011110 1010101 1010 101100010 1011001 110000

Color Harmonies of #E60D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D22

Black with #E60D22

Text Example


Text Example

White with #E60D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D22; }

 p { color: rgb(230,13,34); }

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

background-color css

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

 a { background-color: rgb(230,13,34); }

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

border-color css

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

 span { border-color: rgb(230,13,34); }

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