Html Css Color HEX #D81622 Fire Engine Red

📋 copy color: '#D81622'

red 216 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #D81622

Tints of Fire Engine Red #D81622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 79.41%
G = 8.09%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D81622 (or 0xD81622) is known color: Fire Engine Red. HEX triplet: D8, 16 and 22. RGB value is (216,22,34). Sum of RGB (Red+Green+Blue) = 216+22+34=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D81622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81622 is #27E9DD. Grayscale: #515151. Windows color (decimal): -2615774 or 2234072. OLE color: 2234072.

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

Color convert

RGB 216 22 34 -
CMYK 0 0.90 0.84 0.15
HSL 356.29º 0.82% 0.47% -
HSV(B) 356.29º 0.9% 0.85% -
XYZ 28.89 15.29 2.94 -
YUV 81.37 101.27 224.02 -
System Red Green Blue C M Y K H S L
Decimal 216 22 34 0 0.90 0.84 0.15 356.29 0.82 0.47
Hex D8 16 22 0 5A 54 F 164 52 2F
Octal 330 26 42 0 132 124 17 544 122 57
Binary 11011000 10110 100010 0 1011010 1010100 1111 101100100 1010010 101111

Color Harmonies of #D81622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81622

Black with #D81622

Text Example


Text Example

White with #D81622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81622; }

 p { color: rgb(216,22,34); }

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

background-color css

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

 a { background-color: rgb(216,22,34); }

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

border-color css

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

 span { border-color: rgb(216,22,34); }

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