Html Css Color HEX #D1092D Fire Engine Red

📋 copy color: '#D1092D'

red 209 ◦ green 9 ◦ blue 45

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

Shades of Fire Engine Red #D1092D

Tints of Fire Engine Red #D1092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 79.47%
G = 3.42%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1092D (or 0xD1092D) is known color: Fire Engine Red. HEX triplet: D1, 09 and 2D. RGB value is (209,9,45). Sum of RGB (Red+Green+Blue) = 209+9+45=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D1092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1092D is #2EF6D2. Grayscale: #484848. Windows color (decimal): -3077843 or 2951633. OLE color: 2951633.

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

Color convert

RGB 209 9 45 -
CMYK 0 0.96 0.78 0.18
HSL 349.2º 0.92% 0.43% -
HSV(B) 349.2º 0.96% 0.82% -
XYZ 26.87 13.94 3.76 -
YUV 72.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 209 9 45 0 0.96 0.78 0.18 349.2 0.92 0.43
Hex D1 9 2D 0 60 4E 12 15D 5C 2B
Octal 321 11 55 0 140 116 22 535 134 53
Binary 11010001 1001 101101 0 1100000 1001110 10010 101011101 1011100 101011

Color Harmonies of #D1092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1092D

Black with #D1092D

Text Example


Text Example

White with #D1092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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