Html Css Color HEX #D50824 Fire Engine Red

📋 copy color: '#D50824'

red 213 ◦ green 8 ◦ blue 36

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

Shades of Fire Engine Red #D50824

Tints of Fire Engine Red #D50824

RGB

 RED value IS 213 (83.59% from 255) = 82.88%

 GREEN value IS 8 (3.52% from 255) = 3.11%

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

R = 82.88%
G = 3.11%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D50824 (or 0xD50824) is known color: Fire Engine Red. HEX triplet: D5, 08 and 24. RGB value is (213,8,36). Sum of RGB (Red+Green+Blue) = 213+8+36=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D50824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50824 is #2AF7DB. Grayscale: #484848. Windows color (decimal): -2815964 or 2361557. OLE color: 2361557.

HSL color Cylindrical-coordinate representation of color #D50824: hue angle of 351.8º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50824 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 36 -
CMYK 0 0.96 0.83 0.16
HSL 351.8º 0.93% 0.43% -
HSV(B) 351.8º 0.96% 0.84% -
XYZ 27.85 14.45 2.99 -
YUV 72.49 107.42 228.22 -
System Red Green Blue C M Y K H S L
Decimal 213 8 36 0 0.96 0.83 0.16 351.8 0.93 0.43
Hex D5 8 24 0 60 53 10 160 5D 2B
Octal 325 10 44 0 140 123 20 540 135 53
Binary 11010101 1000 100100 0 1100000 1010011 10000 101100000 1011101 101011

Color Harmonies of #D50824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50824

Black with #D50824

Text Example


Text Example

White with #D50824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50824; }

 p { color: rgb(213,8,36); }

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

background-color css

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

 a { background-color: rgb(213,8,36); }

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

border-color css

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

 span { border-color: rgb(213,8,36); }

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