Html Css Color HEX #D81C1E Fire Engine Red

📋 copy color: '#D81C1E'

red 216 ◦ green 28 ◦ blue 30

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

Shades of Fire Engine Red #D81C1E

Tints of Fire Engine Red #D81C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.22%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 78.83%
G = 10.22%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D81C1E (or 0xD81C1E) is known color: Fire Engine Red. HEX triplet: D8, 1C and 1E. RGB value is (216,28,30). Sum of RGB (Red+Green+Blue) = 216+28+30=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81C1E is #27E3E1. Grayscale: #545454. Windows color (decimal): -2614242 or 1973464. OLE color: 1973464.

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

Color convert

RGB 216 28 30 -
CMYK 0 0.87 0.86 0.15
HSL 359.36º 0.77% 0.48% -
HSV(B) 359.36º 0.87% 0.85% -
XYZ 28.97 15.52 2.7 -
YUV 84.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 216 28 30 0 0.87 0.86 0.15 359.36 0.77 0.48
Hex D8 1C 1E 0 57 56 F 167 4D 30
Octal 330 34 36 0 127 126 17 547 115 60
Binary 11011000 11100 11110 0 1010111 1010110 1111 101100111 1001101 110000

Color Harmonies of #D81C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81C1E

Black with #D81C1E

Text Example


Text Example

White with #D81C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81C1E; }

 p { color: rgb(216,28,30); }

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

background-color css

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

 a { background-color: rgb(216,28,30); }

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

border-color css

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

 span { border-color: rgb(216,28,30); }

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