Html Css Color HEX #D31220 Fire Engine Red

📋 copy color: '#D31220'

red 211 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #D31220

Tints of Fire Engine Red #D31220

RGB

 RED value IS 211 (82.81% from 255) = 80.84%

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

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 80.84%
G = 6.9%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D31220 (or 0xD31220) is known color: Fire Engine Red. HEX triplet: D3, 12 and 20. RGB value is (211,18,32). Sum of RGB (Red+Green+Blue) = 211+18+32=261 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.84% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 211 - color contains mainly: red. Hex color #D31220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31220 is #2CEDDF. Grayscale: #4D4D4D. Windows color (decimal): -2944480 or 2101971. OLE color: 2101971.

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

Color convert

RGB 211 18 32 -
CMYK 0 0.91 0.85 0.17
HSL 355.65º 0.84% 0.45% -
HSV(B) 355.65º 0.91% 0.83% -
XYZ 27.34 14.39 2.7 -
YUV 77.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 211 18 32 0 0.91 0.85 0.17 355.65 0.84 0.45
Hex D3 12 20 0 5B 55 11 164 54 2D
Octal 323 22 40 0 133 125 21 544 124 55
Binary 11010011 10010 100000 0 1011011 1010101 10001 101100100 1010100 101101

Color Harmonies of #D31220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31220

Black with #D31220

Text Example


Text Example

White with #D31220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31220; }

 p { color: rgb(211,18,32); }

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

background-color css

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

 a { background-color: rgb(211,18,32); }

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

border-color css

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

 span { border-color: rgb(211,18,32); }

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