Html Css Color HEX #D82324 Fire Engine Red

📋 copy color: '#D82324'

red 216 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #D82324

Tints of Fire Engine Red #D82324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 75.26%
G = 12.2%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D82324 (or 0xD82324) is known color: Fire Engine Red. HEX triplet: D8, 23 and 24. RGB value is (216,35,36). Sum of RGB (Red+Green+Blue) = 216+35+36=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D82324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82324 is #27DCDB. Grayscale: #595959. Windows color (decimal): -2612444 or 2368472. OLE color: 2368472.

HSL color Cylindrical-coordinate representation of color #D82324: hue angle of 359.67º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82324 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 35 36 -
CMYK 0 0.84 0.83 0.15
HSL 359.67º 0.72% 0.49% -
HSV(B) 359.67º 0.84% 0.85% -
XYZ 29.24 15.93 3.2 -
YUV 89.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 216 35 36 0 0.84 0.83 0.15 359.67 0.72 0.49
Hex D8 23 24 0 54 53 F 168 48 31
Octal 330 43 44 0 124 123 17 550 110 61
Binary 11011000 100011 100100 0 1010100 1010011 1111 101101000 1001000 110001

Color Harmonies of #D82324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82324

Black with #D82324

Text Example


Text Example

White with #D82324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82324; }

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

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

background-color css

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

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

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

border-color css

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

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

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