Html Css Color HEX #D81A2D Fire Engine Red

📋 copy color: '#D81A2D'

red 216 ◦ green 26 ◦ blue 45

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

Shades of Fire Engine Red #D81A2D

Tints of Fire Engine Red #D81A2D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.06%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 75.26%
G = 9.06%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D81A2D (or 0xD81A2D) is known color: Fire Engine Red. HEX triplet: D8, 1A and 2D. RGB value is (216,26,45). Sum of RGB (Red+Green+Blue) = 216+26+45=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A2D is #27E5D2. Grayscale: #555555. Windows color (decimal): -2614739 or 2955992. OLE color: 2955992.

HSL color Cylindrical-coordinate representation of color #D81A2D: hue angle of 354º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A2D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 26 45 -
CMYK 0 0.88 0.79 0.15
HSL 354º 0.79% 0.47% -
HSV(B) 354º 0.88% 0.85% -
XYZ 29.16 15.53 3.94 -
YUV 84.98 105.45 221.46 -
System Red Green Blue C M Y K H S L
Decimal 216 26 45 0 0.88 0.79 0.15 354 0.79 0.47
Hex D8 1A 2D 0 58 4F F 162 4F 2F
Octal 330 32 55 0 130 117 17 542 117 57
Binary 11011000 11010 101101 0 1011000 1001111 1111 101100010 1001111 101111

Color Harmonies of #D81A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A2D

Black with #D81A2D

Text Example


Text Example

White with #D81A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A2D; }

 p { color: rgb(216,26,45); }

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

background-color css

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

 a { background-color: rgb(216,26,45); }

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

border-color css

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

 span { border-color: rgb(216,26,45); }

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