Html Css Color HEX #D80328 Fire Engine Red

📋 copy color: '#D80328'

red 216 ◦ green 3 ◦ blue 40

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

Shades of Fire Engine Red #D80328

Tints of Fire Engine Red #D80328

RGB

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

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

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

R = 83.4%
G = 1.16%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D80328 (or 0xD80328) is known color: Fire Engine Red. HEX triplet: D8, 03 and 28. RGB value is (216,3,40). Sum of RGB (Red+Green+Blue) = 216+3+40=259 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.40% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 216 - color contains mainly: red. Hex color #D80328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80328 is #27FCD7. Grayscale: #464646. Windows color (decimal): -2620632 or 2622424. OLE color: 2622424.

HSL color Cylindrical-coordinate representation of color #D80328: hue angle of 349.58º 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 #D80328 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 3 40 -
CMYK 0 0.99 0.81 0.15
HSL 349.58º 0.97% 0.43% -
HSV(B) 349.58º 0.99% 0.85% -
XYZ 28.73 14.82 3.35 -
YUV 70.91 110.57 231.49 -
System Red Green Blue C M Y K H S L
Decimal 216 3 40 0 0.99 0.81 0.15 349.58 0.97 0.43
Hex D8 3 28 0 63 51 F 15E 61 2B
Octal 330 3 50 0 143 121 17 536 141 53
Binary 11011000 11 101000 0 1100011 1010001 1111 101011110 1100001 101011

Color Harmonies of #D80328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80328

Black with #D80328

Text Example


Text Example

White with #D80328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80328; }

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

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

background-color css

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

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

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

border-color css

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

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

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