Html Css Color HEX #D61519 Fire Engine Red

📋 copy color: '#D61519'

red 214 ◦ green 21 ◦ blue 25

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

Shades of Fire Engine Red #D61519

Tints of Fire Engine Red #D61519

RGB

 RED value IS 214 (83.98% from 255) = 82.31%

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 25 (10.16% from 255) = 9.62%

R = 82.31%
G = 8.08%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D61519 (or 0xD61519) is known color: Fire Engine Red. HEX triplet: D6, 15 and 19. RGB value is (214,21,25). Sum of RGB (Red+Green+Blue) = 214+21+25=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D61519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61519 is #29EAE6. Grayscale: #4F4F4F. Windows color (decimal): -2747111 or 1643990. OLE color: 1643990.

HSL color Cylindrical-coordinate representation of color #D61519: hue angle of 358.76º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61519 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 25 -
CMYK 0 0.90 0.88 0.16
HSL 358.76º 0.82% 0.46% -
HSV(B) 358.76º 0.9% 0.84% -
XYZ 28.18 14.9 2.31 -
YUV 79.16 97.44 224.17 -
System Red Green Blue C M Y K H S L
Decimal 214 21 25 0 0.90 0.88 0.16 358.76 0.82 0.46
Hex D6 15 19 0 5A 58 10 167 52 2E
Octal 326 25 31 0 132 130 20 547 122 56
Binary 11010110 10101 11001 0 1011010 1011000 10000 101100111 1010010 101110

Color Harmonies of #D61519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61519

Black with #D61519

Text Example


Text Example

White with #D61519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61519; }

 p { color: rgb(214,21,25); }

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

background-color css

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

 a { background-color: rgb(214,21,25); }

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

border-color css

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

 span { border-color: rgb(214,21,25); }

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