Html Css Color HEX #D81D2B Fire Engine Red

📋 copy color: '#D81D2B'

red 216 ◦ green 29 ◦ blue 43

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

Shades of Fire Engine Red #D81D2B

Tints of Fire Engine Red #D81D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 75%
G = 10.07%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D81D2B (or 0xD81D2B) is known color: Fire Engine Red. HEX triplet: D8, 1D and 2B. RGB value is (216,29,43). Sum of RGB (Red+Green+Blue) = 216+29+43=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D2B is #27E2D4. Grayscale: #565656. Windows color (decimal): -2613973 or 2825688. OLE color: 2825688.

HSL color Cylindrical-coordinate representation of color #D81D2B: hue angle of 355.51º degrees, saturation: 0.76, 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 #D81D2B is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 43 -
CMYK 0 0.87 0.80 0.15
HSL 355.51º 0.76% 0.48% -
HSV(B) 355.51º 0.87% 0.85% -
XYZ 29.19 15.65 3.77 -
YUV 86.51 103.45 220.36 -
System Red Green Blue C M Y K H S L
Decimal 216 29 43 0 0.87 0.80 0.15 355.51 0.76 0.48
Hex D8 1D 2B 0 57 50 F 164 4C 30
Octal 330 35 53 0 127 120 17 544 114 60
Binary 11011000 11101 101011 0 1010111 1010000 1111 101100100 1001100 110000

Color Harmonies of #D81D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D2B

Black with #D81D2B

Text Example


Text Example

White with #D81D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D2B; }

 p { color: rgb(216,29,43); }

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

background-color css

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

 a { background-color: rgb(216,29,43); }

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

border-color css

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

 span { border-color: rgb(216,29,43); }

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