Html Css Color HEX #D80A26 Fire Engine Red

📋 copy color: '#D80A26'

red 216 ◦ green 10 ◦ blue 38

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

Shades of Fire Engine Red #D80A26

Tints of Fire Engine Red #D80A26

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

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

R = 81.82%
G = 3.79%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D80A26 (or 0xD80A26) is known color: Fire Engine Red. HEX triplet: D8, 0A and 26. RGB value is (216,10,38). Sum of RGB (Red+Green+Blue) = 216+10+38=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A26 is #27F5D9. Grayscale: #4A4A4A. Windows color (decimal): -2618842 or 2493144. OLE color: 2493144.

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

Color convert

RGB 216 10 38 -
CMYK 0 0.95 0.82 0.15
HSL 351.84º 0.91% 0.44% -
HSV(B) 351.84º 0.95% 0.85% -
XYZ 28.78 14.96 3.2 -
YUV 74.79 107.25 228.72 -
System Red Green Blue C M Y K H S L
Decimal 216 10 38 0 0.95 0.82 0.15 351.84 0.91 0.44
Hex D8 A 26 0 5F 52 F 160 5B 2C
Octal 330 12 46 0 137 122 17 540 133 54
Binary 11011000 1010 100110 0 1011111 1010010 1111 101100000 1011011 101100

Color Harmonies of #D80A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A26

Black with #D80A26

Text Example


Text Example

White with #D80A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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