Html Css Color HEX #D40920 Fire Engine Red

📋 copy color: '#D40920'

red 212 ◦ green 9 ◦ blue 32

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

Shades of Fire Engine Red #D40920

Tints of Fire Engine Red #D40920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

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

R = 83.79%
G = 3.56%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D40920 (or 0xD40920) is known color: Fire Engine Red. HEX triplet: D4, 09 and 20. RGB value is (212,9,32). Sum of RGB (Red+Green+Blue) = 212+9+32=253 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.79% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 212 - color contains mainly: red. Hex color #D40920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40920 is #2BF6DF. Grayscale: #484848. Windows color (decimal): -2881248 or 2099668. OLE color: 2099668.

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

Color convert

RGB 212 9 32 -
CMYK 0 0.96 0.85 0.17
HSL 353.2º 0.92% 0.43% -
HSV(B) 353.2º 0.96% 0.83% -
XYZ 27.51 14.3 2.68 -
YUV 72.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 212 9 32 0 0.96 0.85 0.17 353.2 0.92 0.43
Hex D4 9 20 0 60 55 11 161 5C 2B
Octal 324 11 40 0 140 125 21 541 134 53
Binary 11010100 1001 100000 0 1100000 1010101 10001 101100001 1011100 101011

Color Harmonies of #D40920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40920

Black with #D40920

Text Example


Text Example

White with #D40920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40920; }

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

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

background-color css

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

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

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

border-color css

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

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

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