Html Css Color HEX #E60D1B Fire Engine Red

📋 copy color: '#E60D1B'

red 230 ◦ green 13 ◦ blue 27

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

Shades of Fire Engine Red #E60D1B

Tints of Fire Engine Red #E60D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10%

R = 85.19%
G = 4.81%
B = 10%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E60D1B (or 0xE60D1B) is known color: Fire Engine Red. HEX triplet: E6, 0D and 1B. RGB value is (230,13,27). Sum of RGB (Red+Green+Blue) = 230+13+27=270 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.19% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D1B is #19F2E4. Grayscale: #4F4F4F. Windows color (decimal): -1700581 or 1773030. OLE color: 1773030.

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

Color convert

RGB 230 13 27 -
CMYK 0 0.94 0.88 0.10
HSL 356.13º 0.89% 0.48% -
HSV(B) 356.13º 0.94% 0.9% -
XYZ 32.97 17.19 2.62 -
YUV 79.48 98.39 235.36 -
System Red Green Blue C M Y K H S L
Decimal 230 13 27 0 0.94 0.88 0.10 356.13 0.89 0.48
Hex E6 D 1B 0 5E 58 A 164 59 30
Octal 346 15 33 0 136 130 12 544 131 60
Binary 11100110 1101 11011 0 1011110 1011000 1010 101100100 1011001 110000

Color Harmonies of #E60D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D1B

Black with #E60D1B

Text Example


Text Example

White with #E60D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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