Html Css Color HEX #D10920 Fire Engine Red

📋 copy color: '#D10920'

red 209 ◦ green 9 ◦ blue 32

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

Shades of Fire Engine Red #D10920

Tints of Fire Engine Red #D10920

RGB

 RED value IS 209 (82.03% from 255) = 83.6%

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

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

R = 83.6%
G = 3.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D10920 (or 0xD10920) is known color: Fire Engine Red. HEX triplet: D1, 09 and 20. RGB value is (209,9,32). Sum of RGB (Red+Green+Blue) = 209+9+32=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D10920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10920 is #2EF6DF. Grayscale: #474747. Windows color (decimal): -3077856 or 2099665. OLE color: 2099665.

HSL color Cylindrical-coordinate representation of color #D10920: hue angle of 353.1º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10920 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 9 32 -
CMYK 0 0.96 0.85 0.18
HSL 353.1º 0.92% 0.43% -
HSV(B) 353.1º 0.96% 0.82% -
XYZ 26.65 13.85 2.64 -
YUV 71.42 105.76 226.13 -
System Red Green Blue C M Y K H S L
Decimal 209 9 32 0 0.96 0.85 0.18 353.1 0.92 0.43
Hex D1 9 20 0 60 55 12 161 5C 2B
Octal 321 11 40 0 140 125 22 541 134 53
Binary 11010001 1001 100000 0 1100000 1010101 10010 101100001 1011100 101011

Color Harmonies of #D10920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10920

Black with #D10920

Text Example


Text Example

White with #D10920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10920; }

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

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

background-color css

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

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

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

border-color css

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

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

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