Html Css Color HEX #D21C1F Fire Engine Red

📋 copy color: '#D21C1F'

red 210 ◦ green 28 ◦ blue 31

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

Shades of Fire Engine Red #D21C1F

Tints of Fire Engine Red #D21C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 78.07%
G = 10.41%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D21C1F (or 0xD21C1F) is known color: Fire Engine Red. HEX triplet: D2, 1C and 1F. RGB value is (210,28,31). Sum of RGB (Red+Green+Blue) = 210+28+31=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C1F is #2DE3E0. Grayscale: #525252. Windows color (decimal): -3007457 or 2038994. OLE color: 2038994.

HSL color Cylindrical-coordinate representation of color #D21C1F: hue angle of 359.01º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C1F is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 28 31 -
CMYK 0 0.87 0.85 0.18
HSL 359.01º 0.76% 0.47% -
HSV(B) 359.01º 0.87% 0.82% -
XYZ 27.24 14.63 2.68 -
YUV 82.76 98.8 218.76 -
System Red Green Blue C M Y K H S L
Decimal 210 28 31 0 0.87 0.85 0.18 359.01 0.76 0.47
Hex D2 1C 1F 0 57 55 12 167 4C 2F
Octal 322 34 37 0 127 125 22 547 114 57
Binary 11010010 11100 11111 0 1010111 1010101 10010 101100111 1001100 101111

Color Harmonies of #D21C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C1F

Black with #D21C1F

Text Example


Text Example

White with #D21C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C1F; }

 p { color: rgb(210,28,31); }

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

background-color css

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

 a { background-color: rgb(210,28,31); }

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

border-color css

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

 span { border-color: rgb(210,28,31); }

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