Html Css Color HEX #E60D21 Fire Engine Red

📋 copy color: '#E60D21'

red 230 ◦ green 13 ◦ blue 33

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

Shades of Fire Engine Red #E60D21

Tints of Fire Engine Red #E60D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 83.33%
G = 4.71%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E60D21 (or 0xE60D21) is known color: Fire Engine Red. HEX triplet: E6, 0D and 21. RGB value is (230,13,33). Sum of RGB (Red+Green+Blue) = 230+13+33=276 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.33% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D21 is #19F2DE. Grayscale: #505050. Windows color (decimal): -1700575 or 2166246. OLE color: 2166246.

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

Color convert

RGB 230 13 33 -
CMYK 0 0.94 0.86 0.10
HSL 354.47º 0.89% 0.48% -
HSV(B) 354.47º 0.94% 0.9% -
XYZ 33.05 17.22 3.02 -
YUV 80.16 101.39 234.87 -
System Red Green Blue C M Y K H S L
Decimal 230 13 33 0 0.94 0.86 0.10 354.47 0.89 0.48
Hex E6 D 21 0 5E 56 A 162 59 30
Octal 346 15 41 0 136 126 12 542 131 60
Binary 11100110 1101 100001 0 1011110 1010110 1010 101100010 1011001 110000

Color Harmonies of #E60D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D21

Black with #E60D21

Text Example


Text Example

White with #E60D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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