Html Css Color HEX #D40728 Fire Engine Red

📋 copy color: '#D40728'

red 212 ◦ green 7 ◦ blue 40

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

Shades of Fire Engine Red #D40728

Tints of Fire Engine Red #D40728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 81.85%
G = 2.7%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D40728 (or 0xD40728) is known color: Fire Engine Red. HEX triplet: D4, 07 and 28. RGB value is (212,7,40). Sum of RGB (Red+Green+Blue) = 212+7+40=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D40728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40728 is #2BF8D7. Grayscale: #484848. Windows color (decimal): -2881752 or 2623444. OLE color: 2623444.

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

Color convert

RGB 212 7 40 -
CMYK 0 0.97 0.81 0.17
HSL 350.34º 0.94% 0.43% -
HSV(B) 350.34º 0.97% 0.83% -
XYZ 27.61 14.3 3.31 -
YUV 72.06 109.92 227.82 -
System Red Green Blue C M Y K H S L
Decimal 212 7 40 0 0.97 0.81 0.17 350.34 0.94 0.43
Hex D4 7 28 0 61 51 11 15E 5E 2B
Octal 324 7 50 0 141 121 21 536 136 53
Binary 11010100 111 101000 0 1100001 1010001 10001 101011110 1011110 101011

Color Harmonies of #D40728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40728

Black with #D40728

Text Example


Text Example

White with #D40728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40728; }

 p { color: rgb(212,7,40); }

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

background-color css

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

 a { background-color: rgb(212,7,40); }

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

border-color css

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

 span { border-color: rgb(212,7,40); }

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