Html Css Color HEX #D80727 Fire Engine Red

📋 copy color: '#D80727'

red 216 ◦ green 7 ◦ blue 39

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

Shades of Fire Engine Red #D80727

Tints of Fire Engine Red #D80727

RGB

 RED value IS 216 (84.77% from 255) = 82.44%

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

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

R = 82.44%
G = 2.67%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D80727 (or 0xD80727) is known color: Fire Engine Red. HEX triplet: D8, 07 and 27. RGB value is (216,7,39). Sum of RGB (Red+Green+Blue) = 216+7+39=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D80727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80727 is #27F8D8. Grayscale: #494949. Windows color (decimal): -2619609 or 2557912. OLE color: 2557912.

HSL color Cylindrical-coordinate representation of color #D80727: hue angle of 350.81º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80727 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 39 -
CMYK 0 0.97 0.82 0.15
HSL 350.81º 0.94% 0.44% -
HSV(B) 350.81º 0.97% 0.85% -
XYZ 28.76 14.9 3.28 -
YUV 73.14 108.74 229.9 -
System Red Green Blue C M Y K H S L
Decimal 216 7 39 0 0.97 0.82 0.15 350.81 0.94 0.44
Hex D8 7 27 0 61 52 F 15F 5E 2C
Octal 330 7 47 0 141 122 17 537 136 54
Binary 11011000 111 100111 0 1100001 1010010 1111 101011111 1011110 101100

Color Harmonies of #D80727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80727

Black with #D80727

Text Example


Text Example

White with #D80727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80727; }

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

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

background-color css

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

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

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

border-color css

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

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

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