Html Css Color HEX #D80327 Fire Engine Red

📋 copy color: '#D80327'

red 216 ◦ green 3 ◦ blue 39

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

Shades of Fire Engine Red #D80327

Tints of Fire Engine Red #D80327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 83.72%
G = 1.16%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D80327 (or 0xD80327) is known color: Fire Engine Red. HEX triplet: D8, 03 and 27. RGB value is (216,3,39). Sum of RGB (Red+Green+Blue) = 216+3+39=258 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.72% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 216 - color contains mainly: red. Hex color #D80327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80327 is #27FCD8. Grayscale: #464646. Windows color (decimal): -2620633 or 2556888. OLE color: 2556888.

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

Color convert

RGB 216 3 39 -
CMYK 0 0.99 0.82 0.15
HSL 349.86º 0.97% 0.43% -
HSV(B) 349.86º 0.99% 0.85% -
XYZ 28.72 14.81 3.26 -
YUV 70.79 110.07 231.57 -
System Red Green Blue C M Y K H S L
Decimal 216 3 39 0 0.99 0.82 0.15 349.86 0.97 0.43
Hex D8 3 27 0 63 52 F 15E 61 2B
Octal 330 3 47 0 143 122 17 536 141 53
Binary 11011000 11 100111 0 1100011 1010010 1111 101011110 1100001 101011

Color Harmonies of #D80327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80327

Black with #D80327

Text Example


Text Example

White with #D80327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80327; }

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

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

background-color css

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

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

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

border-color css

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

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

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