Html Css Color HEX #D61720 Fire Engine Red

📋 copy color: '#D61720'

red 214 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #D61720

Tints of Fire Engine Red #D61720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 79.55%
G = 8.55%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D61720 (or 0xD61720) is known color: Fire Engine Red. HEX triplet: D6, 17 and 20. RGB value is (214,23,32). Sum of RGB (Red+Green+Blue) = 214+23+32=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D61720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61720 is #29E8DF. Grayscale: #515151. Windows color (decimal): -2746592 or 2103254. OLE color: 2103254.

HSL color Cylindrical-coordinate representation of color #D61720: hue angle of 357.17º 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 #D61720 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 32 -
CMYK 0 0.89 0.85 0.16
HSL 357.17º 0.81% 0.46% -
HSV(B) 357.17º 0.89% 0.84% -
XYZ 28.3 15.01 2.77 -
YUV 81.14 100.28 222.77 -
System Red Green Blue C M Y K H S L
Decimal 214 23 32 0 0.89 0.85 0.16 357.17 0.81 0.46
Hex D6 17 20 0 59 55 10 165 51 2E
Octal 326 27 40 0 131 125 20 545 121 56
Binary 11010110 10111 100000 0 1011001 1010101 10000 101100101 1010001 101110

Color Harmonies of #D61720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61720

Black with #D61720

Text Example


Text Example

White with #D61720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61720; }

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

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

background-color css

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

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

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

border-color css

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

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

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