Html Css Color HEX #D61718 Fire Engine Red

📋 copy color: '#D61718'

red 214 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #D61718

Tints of Fire Engine Red #D61718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.81%

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 81.99%
G = 8.81%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D61718 (or 0xD61718) is known color: Fire Engine Red. HEX triplet: D6, 17 and 18. RGB value is (214,23,24). Sum of RGB (Red+Green+Blue) = 214+23+24=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D61718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61718 is #29E8E7. Grayscale: #505050. Windows color (decimal): -2746600 or 1578966. OLE color: 1578966.

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

Color convert

RGB 214 23 24 -
CMYK 0 0.89 0.89 0.16
HSL 359.69º 0.81% 0.46% -
HSV(B) 359.69º 0.89% 0.84% -
XYZ 28.2 14.97 2.27 -
YUV 80.22 96.28 223.42 -
System Red Green Blue C M Y K H S L
Decimal 214 23 24 0 0.89 0.89 0.16 359.69 0.81 0.46
Hex D6 17 18 0 59 59 10 168 51 2E
Octal 326 27 30 0 131 131 20 550 121 56
Binary 11010110 10111 11000 0 1011001 1011001 10000 101101000 1010001 101110

Color Harmonies of #D61718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61718

Black with #D61718

Text Example


Text Example

White with #D61718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61718; }

 p { color: rgb(214,23,24); }

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

background-color css

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

 a { background-color: rgb(214,23,24); }

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

border-color css

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

 span { border-color: rgb(214,23,24); }

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