Html Css Color HEX #E60D25 Fire Engine Red

📋 copy color: '#E60D25'

red 230 ◦ green 13 ◦ blue 37

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

Shades of Fire Engine Red #E60D25

Tints of Fire Engine Red #E60D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 82.14%
G = 4.64%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E60D25 (or 0xE60D25) is known color: Fire Engine Red. HEX triplet: E6, 0D and 25. RGB value is (230,13,37). Sum of RGB (Red+Green+Blue) = 230+13+37=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D25 is #19F2DA. Grayscale: #505050. Windows color (decimal): -1700571 or 2428390. OLE color: 2428390.

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

Color convert

RGB 230 13 37 -
CMYK 0 0.94 0.84 0.10
HSL 353.36º 0.89% 0.48% -
HSV(B) 353.36º 0.94% 0.9% -
XYZ 33.11 17.24 3.33 -
YUV 80.62 103.39 234.55 -
System Red Green Blue C M Y K H S L
Decimal 230 13 37 0 0.94 0.84 0.10 353.36 0.89 0.48
Hex E6 D 25 0 5E 54 A 161 59 30
Octal 346 15 45 0 136 124 12 541 131 60
Binary 11100110 1101 100101 0 1011110 1010100 1010 101100001 1011001 110000

Color Harmonies of #E60D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D25

Black with #E60D25

Text Example


Text Example

White with #E60D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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