Html Css Color HEX #D80F26 Fire Engine Red

📋 copy color: '#D80F26'

red 216 ◦ green 15 ◦ blue 38

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

Shades of Fire Engine Red #D80F26

Tints of Fire Engine Red #D80F26

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.58%

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

R = 80.3%
G = 5.58%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D80F26 (or 0xD80F26) is known color: Fire Engine Red. HEX triplet: D8, 0F and 26. RGB value is (216,15,38). Sum of RGB (Red+Green+Blue) = 216+15+38=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F26 is #27F0D9. Grayscale: #4D4D4D. Windows color (decimal): -2617562 or 2494424. OLE color: 2494424.

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

Color convert

RGB 216 15 38 -
CMYK 0 0.93 0.82 0.15
HSL 353.13º 0.87% 0.45% -
HSV(B) 353.13º 0.93% 0.85% -
XYZ 28.84 15.08 3.22 -
YUV 77.72 105.59 226.63 -
System Red Green Blue C M Y K H S L
Decimal 216 15 38 0 0.93 0.82 0.15 353.13 0.87 0.45
Hex D8 F 26 0 5D 52 F 161 57 2D
Octal 330 17 46 0 135 122 17 541 127 55
Binary 11011000 1111 100110 0 1011101 1010010 1111 101100001 1010111 101101

Color Harmonies of #D80F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F26

Black with #D80F26

Text Example


Text Example

White with #D80F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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