Html Css Color HEX #D80A25 Fire Engine Red

📋 copy color: '#D80A25'

red 216 ◦ green 10 ◦ blue 37

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

Shades of Fire Engine Red #D80A25

Tints of Fire Engine Red #D80A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 82.13%
G = 3.8%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D80A25 (or 0xD80A25) is known color: Fire Engine Red. HEX triplet: D8, 0A and 25. RGB value is (216,10,37). Sum of RGB (Red+Green+Blue) = 216+10+37=263 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.13% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A25 is #27F5DA. Grayscale: #4A4A4A. Windows color (decimal): -2618843 or 2427608. OLE color: 2427608.

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

Color convert

RGB 216 10 37 -
CMYK 0 0.95 0.83 0.15
HSL 352.14º 0.91% 0.44% -
HSV(B) 352.14º 0.95% 0.85% -
XYZ 28.76 14.95 3.12 -
YUV 74.67 106.75 228.8 -
System Red Green Blue C M Y K H S L
Decimal 216 10 37 0 0.95 0.83 0.15 352.14 0.91 0.44
Hex D8 A 25 0 5F 53 F 160 5B 2C
Octal 330 12 45 0 137 123 17 540 133 54
Binary 11011000 1010 100101 0 1011111 1010011 1111 101100000 1011011 101100

Color Harmonies of #D80A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A25

Black with #D80A25

Text Example


Text Example

White with #D80A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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