Html Css Color HEX #D50724 Fire Engine Red

📋 copy color: '#D50724'

red 213 ◦ green 7 ◦ blue 36

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

Shades of Fire Engine Red #D50724

Tints of Fire Engine Red #D50724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 83.2%
G = 2.73%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D50724 (or 0xD50724) is known color: Fire Engine Red. HEX triplet: D5, 07 and 24. RGB value is (213,7,36). Sum of RGB (Red+Green+Blue) = 213+7+36=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D50724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50724 is #2AF8DB. Grayscale: #474747. Windows color (decimal): -2816220 or 2361301. OLE color: 2361301.

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

Color convert

RGB 213 7 36 -
CMYK 0 0.97 0.83 0.16
HSL 351.55º 0.94% 0.43% -
HSV(B) 351.55º 0.97% 0.84% -
XYZ 27.83 14.43 2.99 -
YUV 71.9 107.75 228.64 -
System Red Green Blue C M Y K H S L
Decimal 213 7 36 0 0.97 0.83 0.16 351.55 0.94 0.43
Hex D5 7 24 0 61 53 10 160 5E 2B
Octal 325 7 44 0 141 123 20 540 136 53
Binary 11010101 111 100100 0 1100001 1010011 10000 101100000 1011110 101011

Color Harmonies of #D50724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50724

Black with #D50724

Text Example


Text Example

White with #D50724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50724; }

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

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

background-color css

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

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

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

border-color css

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

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

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