Html Css Color HEX #D81D23 Fire Engine Red

📋 copy color: '#D81D23'

red 216 ◦ green 29 ◦ blue 35

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

Shades of Fire Engine Red #D81D23

Tints of Fire Engine Red #D81D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.5%

R = 77.14%
G = 10.36%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D81D23 (or 0xD81D23) is known color: Fire Engine Red. HEX triplet: D8, 1D and 23. RGB value is (216,29,35). Sum of RGB (Red+Green+Blue) = 216+29+35=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D23 is #27E2DC. Grayscale: #555555. Windows color (decimal): -2613981 or 2301400. OLE color: 2301400.

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

Color convert

RGB 216 29 35 -
CMYK 0 0.87 0.84 0.15
HSL 358.07º 0.76% 0.48% -
HSV(B) 358.07º 0.87% 0.85% -
XYZ 29.06 15.6 3.07 -
YUV 85.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 216 29 35 0 0.87 0.84 0.15 358.07 0.76 0.48
Hex D8 1D 23 0 57 54 F 166 4C 30
Octal 330 35 43 0 127 124 17 546 114 60
Binary 11011000 11101 100011 0 1010111 1010100 1111 101100110 1001100 110000

Color Harmonies of #D81D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D23

Black with #D81D23

Text Example


Text Example

White with #D81D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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