Html Css Color HEX #D21719 Fire Engine Red

📋 copy color: '#D21719'

red 210 ◦ green 23 ◦ blue 25

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

Shades of Fire Engine Red #D21719

Tints of Fire Engine Red #D21719

RGB

 RED value IS 210 (82.42% from 255) = 81.4%

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

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

R = 81.4%
G = 8.91%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D21719 (or 0xD21719) is known color: Fire Engine Red. HEX triplet: D2, 17 and 19. RGB value is (210,23,25). Sum of RGB (Red+Green+Blue) = 210+23+25=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D21719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21719 is #2DE8E6. Grayscale: #4F4F4F. Windows color (decimal): -3008743 or 1644498. OLE color: 1644498.

HSL color Cylindrical-coordinate representation of color #D21719: hue angle of 359.36º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21719 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 23 25 -
CMYK 0 0.89 0.88 0.18
HSL 359.36º 0.8% 0.46% -
HSV(B) 359.36º 0.89% 0.82% -
XYZ 27.06 14.38 2.27 -
YUV 79.14 97.45 221.34 -
System Red Green Blue C M Y K H S L
Decimal 210 23 25 0 0.89 0.88 0.18 359.36 0.8 0.46
Hex D2 17 19 0 59 58 12 167 50 2E
Octal 322 27 31 0 131 130 22 547 120 56
Binary 11010010 10111 11001 0 1011001 1011000 10010 101100111 1010000 101110

Color Harmonies of #D21719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21719

Black with #D21719

Text Example


Text Example

White with #D21719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21719; }

 p { color: rgb(210,23,25); }

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

background-color css

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

 a { background-color: rgb(210,23,25); }

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

border-color css

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

 span { border-color: rgb(210,23,25); }

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