Html Css Color HEX #D50920 Fire Engine Red

📋 copy color: '#D50920'

red 213 ◦ green 9 ◦ blue 32

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

Shades of Fire Engine Red #D50920

Tints of Fire Engine Red #D50920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 83.86%
G = 3.54%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D50920 (or 0xD50920) is known color: Fire Engine Red. HEX triplet: D5, 09 and 20. RGB value is (213,9,32). Sum of RGB (Red+Green+Blue) = 213+9+32=254 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.86% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 213 - color contains mainly: red. Hex color #D50920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50920 is #2AF6DF. Grayscale: #484848. Windows color (decimal): -2815712 or 2099669. OLE color: 2099669.

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

Color convert

RGB 213 9 32 -
CMYK 0 0.96 0.85 0.16
HSL 353.24º 0.92% 0.44% -
HSV(B) 353.24º 0.96% 0.84% -
XYZ 27.8 14.45 2.69 -
YUV 72.62 105.09 228.13 -
System Red Green Blue C M Y K H S L
Decimal 213 9 32 0 0.96 0.85 0.16 353.24 0.92 0.44
Hex D5 9 20 0 60 55 10 161 5C 2C
Octal 325 11 40 0 140 125 20 541 134 54
Binary 11010101 1001 100000 0 1100000 1010101 10000 101100001 1011100 101100

Color Harmonies of #D50920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50920

Black with #D50920

Text Example


Text Example

White with #D50920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50920; }

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

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

background-color css

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

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

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

border-color css

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

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

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