Html Css Color HEX #D2172A Fire Engine Red

📋 copy color: '#D2172A'

red 210 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #D2172A

Tints of Fire Engine Red #D2172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 76.36%
G = 8.36%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2172A (or 0xD2172A) is known color: Fire Engine Red. HEX triplet: D2, 17 and 2A. RGB value is (210,23,42). Sum of RGB (Red+Green+Blue) = 210+23+42=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D2172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2172A is #2DE8D5. Grayscale: #515151. Windows color (decimal): -3008726 or 2758610. OLE color: 2758610.

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

Color convert

RGB 210 23 42 -
CMYK 0 0.89 0.8 0.18
HSL 353.9º 0.8% 0.46% -
HSV(B) 353.9º 0.89% 0.82% -
XYZ 27.3 14.48 3.55 -
YUV 81.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 210 23 42 0 0.89 0.8 0.18 353.9 0.8 0.46
Hex D2 17 2A 0 59 50 12 162 50 2E
Octal 322 27 52 0 131 120 22 542 120 56
Binary 11010010 10111 101010 0 1011001 1010000 10010 101100010 1010000 101110

Color Harmonies of #D2172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2172A

Black with #D2172A

Text Example


Text Example

White with #D2172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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