Html Css Color HEX #D50729 Fire Engine Red

📋 copy color: '#D50729'

red 213 ◦ green 7 ◦ blue 41

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

Shades of Fire Engine Red #D50729

Tints of Fire Engine Red #D50729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.71%

R = 81.61%
G = 2.68%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D50729 (or 0xD50729) is known color: Fire Engine Red. HEX triplet: D5, 07 and 29. RGB value is (213,7,41). Sum of RGB (Red+Green+Blue) = 213+7+41=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D50729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50729 is #2AF8D6. Grayscale: #484848. Windows color (decimal): -2816215 or 2688981. OLE color: 2688981.

HSL color Cylindrical-coordinate representation of color #D50729: hue angle of 350.1º 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 #D50729 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 7 41 -
CMYK 0 0.97 0.81 0.16
HSL 350.1º 0.94% 0.43% -
HSV(B) 350.1º 0.97% 0.84% -
XYZ 27.92 14.46 3.42 -
YUV 72.47 110.25 228.24 -
System Red Green Blue C M Y K H S L
Decimal 213 7 41 0 0.97 0.81 0.16 350.1 0.94 0.43
Hex D5 7 29 0 61 51 10 15E 5E 2B
Octal 325 7 51 0 141 121 20 536 136 53
Binary 11010101 111 101001 0 1100001 1010001 10000 101011110 1011110 101011

Color Harmonies of #D50729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50729

Black with #D50729

Text Example


Text Example

White with #D50729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50729; }

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

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

background-color css

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

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

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

border-color css

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

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

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