Html Css Color HEX #D81923 Fire Engine Red

📋 copy color: '#D81923'

red 216 ◦ green 25 ◦ blue 35

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

Shades of Fire Engine Red #D81923

Tints of Fire Engine Red #D81923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 78.26%
G = 9.06%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D81923 (or 0xD81923) is known color: Fire Engine Red. HEX triplet: D8, 19 and 23. RGB value is (216,25,35). Sum of RGB (Red+Green+Blue) = 216+25+35=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D81923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81923 is #27E6DC. Grayscale: #535353. Windows color (decimal): -2615005 or 2300376. OLE color: 2300376.

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

Color convert

RGB 216 25 35 -
CMYK 0 0.88 0.84 0.15
HSL 356.86º 0.79% 0.47% -
HSV(B) 356.86º 0.88% 0.85% -
XYZ 28.97 15.42 3.04 -
YUV 83.25 100.78 222.69 -
System Red Green Blue C M Y K H S L
Decimal 216 25 35 0 0.88 0.84 0.15 356.86 0.79 0.47
Hex D8 19 23 0 58 54 F 165 4F 2F
Octal 330 31 43 0 130 124 17 545 117 57
Binary 11011000 11001 100011 0 1011000 1010100 1111 101100101 1001111 101111

Color Harmonies of #D81923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81923

Black with #D81923

Text Example


Text Example

White with #D81923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81923; }

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

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

background-color css

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

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

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

border-color css

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

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

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