Html Css Color HEX #D41520 Fire Engine Red

📋 copy color: '#D41520'

red 212 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #D41520

Tints of Fire Engine Red #D41520

RGB

 RED value IS 212 (83.2% from 255) = 80%

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 80%
G = 7.92%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D41520 (or 0xD41520) is known color: Fire Engine Red. HEX triplet: D4, 15 and 20. RGB value is (212,21,32). Sum of RGB (Red+Green+Blue) = 212+21+32=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D41520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41520 is #2BEADF. Grayscale: #4F4F4F. Windows color (decimal): -2878176 or 2102740. OLE color: 2102740.

HSL color Cylindrical-coordinate representation of color #D41520: hue angle of 356.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41520 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 32 -
CMYK 0 0.90 0.85 0.17
HSL 356.54º 0.82% 0.46% -
HSV(B) 356.54º 0.9% 0.83% -
XYZ 27.68 14.64 2.73 -
YUV 79.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 212 21 32 0 0.90 0.85 0.17 356.54 0.82 0.46
Hex D4 15 20 0 5A 55 11 165 52 2E
Octal 324 25 40 0 132 125 21 545 122 56
Binary 11010100 10101 100000 0 1011010 1010101 10001 101100101 1010010 101110

Color Harmonies of #D41520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41520

Black with #D41520

Text Example


Text Example

White with #D41520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41520; }

 p { color: rgb(212,21,32); }

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

background-color css

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

 a { background-color: rgb(212,21,32); }

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

border-color css

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

 span { border-color: rgb(212,21,32); }

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