Html Css Color HEX #D81F28 Fire Engine Red

📋 copy color: '#D81F28'

red 216 ◦ green 31 ◦ blue 40

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

Shades of Fire Engine Red #D81F28

Tints of Fire Engine Red #D81F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 75.26%
G = 10.8%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D81F28 (or 0xD81F28) is known color: Fire Engine Red. HEX triplet: D8, 1F and 28. RGB value is (216,31,40). Sum of RGB (Red+Green+Blue) = 216+31+40=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81F28 is #27E0D7. Grayscale: #575757. Windows color (decimal): -2613464 or 2629592. OLE color: 2629592.

HSL color Cylindrical-coordinate representation of color #D81F28: hue angle of 357.08º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F28 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 31 40 -
CMYK 0 0.86 0.81 0.15
HSL 357.08º 0.75% 0.48% -
HSV(B) 357.08º 0.86% 0.85% -
XYZ 29.19 15.73 3.51 -
YUV 87.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 216 31 40 0 0.86 0.81 0.15 357.08 0.75 0.48
Hex D8 1F 28 0 56 51 F 165 4B 30
Octal 330 37 50 0 126 121 17 545 113 60
Binary 11011000 11111 101000 0 1010110 1010001 1111 101100101 1001011 110000

Color Harmonies of #D81F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F28

Black with #D81F28

Text Example


Text Example

White with #D81F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F28; }

 p { color: rgb(216,31,40); }

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

background-color css

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

 a { background-color: rgb(216,31,40); }

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

border-color css

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

 span { border-color: rgb(216,31,40); }

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