Html Css Color HEX #D81A1B Fire Engine Red

📋 copy color: '#D81A1B'

red 216 ◦ green 26 ◦ blue 27

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

Shades of Fire Engine Red #D81A1B

Tints of Fire Engine Red #D81A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 80.3%
G = 9.67%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D81A1B (or 0xD81A1B) is known color: Fire Engine Red. HEX triplet: D8, 1A and 1B. RGB value is (216,26,27). Sum of RGB (Red+Green+Blue) = 216+26+27=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A1B is #27E5E4. Grayscale: #535353. Windows color (decimal): -2614757 or 1776344. OLE color: 1776344.

HSL color Cylindrical-coordinate representation of color #D81A1B: hue angle of 359.68º 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 #D81A1B is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 26 27 -
CMYK 0 0.88 0.88 0.15
HSL 359.68º 0.79% 0.47% -
HSV(B) 359.68º 0.88% 0.85% -
XYZ 28.89 15.42 2.49 -
YUV 82.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 216 26 27 0 0.88 0.88 0.15 359.68 0.79 0.47
Hex D8 1A 1B 0 58 58 F 168 4F 2F
Octal 330 32 33 0 130 130 17 550 117 57
Binary 11011000 11010 11011 0 1011000 1011000 1111 101101000 1001111 101111

Color Harmonies of #D81A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A1B

Black with #D81A1B

Text Example


Text Example

White with #D81A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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