Html Css Color HEX #D80B25 Fire Engine Red

📋 copy color: '#D80B25'

red 216 ◦ green 11 ◦ blue 37

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

Shades of Fire Engine Red #D80B25

Tints of Fire Engine Red #D80B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.17%

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

R = 81.82%
G = 4.17%
B = 14.02%

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

#D80B25 (or 0xD80B25) is known color: Fire Engine Red. HEX triplet: D8, 0B and 25. RGB value is (216,11,37). Sum of RGB (Red+Green+Blue) = 216+11+37=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80B25 is #27F4DA. Grayscale: #4B4B4B. Windows color (decimal): -2618587 or 2427864. OLE color: 2427864.

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

Color convert

RGB 216 11 37 -
CMYK 0 0.95 0.83 0.15
HSL 352.39º 0.9% 0.45% -
HSV(B) 352.39º 0.95% 0.85% -
XYZ 28.77 14.97 3.12 -
YUV 75.26 106.42 228.39 -
System Red Green Blue C M Y K H S L
Decimal 216 11 37 0 0.95 0.83 0.15 352.39 0.9 0.45
Hex D8 B 25 0 5F 53 F 160 5A 2D
Octal 330 13 45 0 137 123 17 540 132 55
Binary 11011000 1011 100101 0 1011111 1010011 1111 101100000 1011010 101101

Color Harmonies of #D80B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B25

Black with #D80B25

Text Example


Text Example

White with #D80B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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