Html Css Color HEX #D21316 Fire Engine Red

📋 copy color: '#D21316'

red 210 ◦ green 19 ◦ blue 22

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

Shades of Fire Engine Red #D21316

Tints of Fire Engine Red #D21316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 83.67%
G = 7.57%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D21316 (or 0xD21316) is known color: Fire Engine Red. HEX triplet: D2, 13 and 16. RGB value is (210,19,22). Sum of RGB (Red+Green+Blue) = 210+19+22=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D21316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21316 is #2DECE9. Grayscale: #4C4C4C. Windows color (decimal): -3009770 or 1446866. OLE color: 1446866.

HSL color Cylindrical-coordinate representation of color #D21316: hue angle of 359.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21316 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 19 22 -
CMYK 0 0.91 0.90 0.18
HSL 359.06º 0.83% 0.45% -
HSV(B) 359.06º 0.91% 0.82% -
XYZ 26.96 14.23 2.08 -
YUV 76.45 97.28 223.26 -
System Red Green Blue C M Y K H S L
Decimal 210 19 22 0 0.91 0.90 0.18 359.06 0.83 0.45
Hex D2 13 16 0 5B 5A 12 167 53 2D
Octal 322 23 26 0 133 132 22 547 123 55
Binary 11010010 10011 10110 0 1011011 1011010 10010 101100111 1010011 101101

Color Harmonies of #D21316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21316

Black with #D21316

Text Example


Text Example

White with #D21316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21316; }

 p { color: rgb(210,19,22); }

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

background-color css

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

 a { background-color: rgb(210,19,22); }

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

border-color css

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

 span { border-color: rgb(210,19,22); }

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