Html Css Color HEX #D40C21 Fire Engine Red

📋 copy color: '#D40C21'

red 212 ◦ green 12 ◦ blue 33

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

Shades of Fire Engine Red #D40C21

Tints of Fire Engine Red #D40C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 82.49%
G = 4.67%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D40C21 (or 0xD40C21) is known color: Fire Engine Red. HEX triplet: D4, 0C and 21. RGB value is (212,12,33). Sum of RGB (Red+Green+Blue) = 212+12+33=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40C21 is #2BF3DE. Grayscale: #4A4A4A. Windows color (decimal): -2880479 or 2165972. OLE color: 2165972.

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

Color convert

RGB 212 12 33 -
CMYK 0 0.94 0.84 0.17
HSL 353.7º 0.89% 0.44% -
HSV(B) 353.7º 0.94% 0.83% -
XYZ 27.56 14.37 2.76 -
YUV 74.19 104.76 226.29 -
System Red Green Blue C M Y K H S L
Decimal 212 12 33 0 0.94 0.84 0.17 353.7 0.89 0.44
Hex D4 C 21 0 5E 54 11 162 59 2C
Octal 324 14 41 0 136 124 21 542 131 54
Binary 11010100 1100 100001 0 1011110 1010100 10001 101100010 1011001 101100

Color Harmonies of #D40C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40C21

Black with #D40C21

Text Example


Text Example

White with #D40C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40C21; }

 p { color: rgb(212,12,33); }

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

background-color css

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

 a { background-color: rgb(212,12,33); }

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

border-color css

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

 span { border-color: rgb(212,12,33); }

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