Html Css Color HEX #D50929 Fire Engine Red

📋 copy color: '#D50929'

red 213 ◦ green 9 ◦ blue 41

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

Shades of Fire Engine Red #D50929

Tints of Fire Engine Red #D50929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

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

R = 80.99%
G = 3.42%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D50929 (or 0xD50929) is known color: Fire Engine Red. HEX triplet: D5, 09 and 29. RGB value is (213,9,41). Sum of RGB (Red+Green+Blue) = 213+9+41=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D50929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50929 is #2AF6D6. Grayscale: #494949. Windows color (decimal): -2815703 or 2689493. OLE color: 2689493.

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

Color convert

RGB 213 9 41 -
CMYK 0 0.96 0.81 0.16
HSL 350.59º 0.92% 0.44% -
HSV(B) 350.59º 0.96% 0.84% -
XYZ 27.94 14.5 3.42 -
YUV 73.64 109.59 227.4 -
System Red Green Blue C M Y K H S L
Decimal 213 9 41 0 0.96 0.81 0.16 350.59 0.92 0.44
Hex D5 9 29 0 60 51 10 15F 5C 2C
Octal 325 11 51 0 140 121 20 537 134 54
Binary 11010101 1001 101001 0 1100000 1010001 10000 101011111 1011100 101100

Color Harmonies of #D50929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50929

Black with #D50929

Text Example


Text Example

White with #D50929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50929; }

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

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

background-color css

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

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

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

border-color css

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

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

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