Html Css Color HEX #D80326 Fire Engine Red

📋 copy color: '#D80326'

red 216 ◦ green 3 ◦ blue 38

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

Shades of Fire Engine Red #D80326

Tints of Fire Engine Red #D80326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.79%

R = 84.05%
G = 1.17%
B = 14.79%

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

#D80326 (or 0xD80326) is known color: Fire Engine Red. HEX triplet: D8, 03 and 26. RGB value is (216,3,38). Sum of RGB (Red+Green+Blue) = 216+3+38=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D80326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80326 is #27FCD9. Grayscale: #464646. Windows color (decimal): -2620634 or 2491352. OLE color: 2491352.

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

Color convert

RGB 216 3 38 -
CMYK 0 0.99 0.82 0.15
HSL 350.14º 0.97% 0.43% -
HSV(B) 350.14º 0.99% 0.85% -
XYZ 28.7 14.8 3.18 -
YUV 70.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 216 3 38 0 0.99 0.82 0.15 350.14 0.97 0.43
Hex D8 3 26 0 63 52 F 15E 61 2B
Octal 330 3 46 0 143 122 17 536 141 53
Binary 11011000 11 100110 0 1100011 1010010 1111 101011110 1100001 101011

Color Harmonies of #D80326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80326

Black with #D80326

Text Example


Text Example

White with #D80326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80326; }

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

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

background-color css

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

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

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

border-color css

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

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

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