Html Css Color HEX #D2121F Fire Engine Red

📋 copy color: '#D2121F'

red 210 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #D2121F

Tints of Fire Engine Red #D2121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

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

R = 81.08%
G = 6.95%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2121F (or 0xD2121F) is known color: Fire Engine Red. HEX triplet: D2, 12 and 1F. RGB value is (210,18,31). Sum of RGB (Red+Green+Blue) = 210+18+31=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D2121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2121F is #2DEDE0. Grayscale: #4D4D4D. Windows color (decimal): -3010017 or 2036434. OLE color: 2036434.

HSL color Cylindrical-coordinate representation of color #D2121F: hue angle of 355.94º degrees, saturation: 0.84, 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 #D2121F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 31 -
CMYK 0 0.91 0.85 0.18
HSL 355.94º 0.84% 0.45% -
HSV(B) 355.94º 0.91% 0.82% -
XYZ 27.04 14.23 2.62 -
YUV 76.89 102.11 222.94 -
System Red Green Blue C M Y K H S L
Decimal 210 18 31 0 0.91 0.85 0.18 355.94 0.84 0.45
Hex D2 12 1F 0 5B 55 12 164 54 2D
Octal 322 22 37 0 133 125 22 544 124 55
Binary 11010010 10010 11111 0 1011011 1010101 10010 101100100 1010100 101101

Color Harmonies of #D2121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2121F

Black with #D2121F

Text Example


Text Example

White with #D2121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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