Html Css Color HEX #D40727 Fire Engine Red

📋 copy color: '#D40727'

red 212 ◦ green 7 ◦ blue 39

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

Shades of Fire Engine Red #D40727

Tints of Fire Engine Red #D40727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.12%

R = 82.17%
G = 2.71%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D40727 (or 0xD40727) is known color: Fire Engine Red. HEX triplet: D4, 07 and 27. RGB value is (212,7,39). Sum of RGB (Red+Green+Blue) = 212+7+39=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D40727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40727 is #2BF8D8. Grayscale: #484848. Windows color (decimal): -2881753 or 2557908. OLE color: 2557908.

HSL color Cylindrical-coordinate representation of color #D40727: hue angle of 350.63º 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 #D40727 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 7 39 -
CMYK 0 0.97 0.82 0.17
HSL 350.63º 0.94% 0.43% -
HSV(B) 350.63º 0.97% 0.83% -
XYZ 27.59 14.3 3.22 -
YUV 71.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 212 7 39 0 0.97 0.82 0.17 350.63 0.94 0.43
Hex D4 7 27 0 61 52 11 15F 5E 2B
Octal 324 7 47 0 141 122 21 537 136 53
Binary 11010100 111 100111 0 1100001 1010010 10001 101011111 1011110 101011

Color Harmonies of #D40727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40727

Black with #D40727

Text Example


Text Example

White with #D40727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40727; }

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

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

background-color css

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

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

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

border-color css

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

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

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