Html Css Color HEX #D1192D Fire Engine Red

📋 copy color: '#D1192D'

red 209 ◦ green 25 ◦ blue 45

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

Shades of Fire Engine Red #D1192D

Tints of Fire Engine Red #D1192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 74.91%
G = 8.96%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1192D (or 0xD1192D) is known color: Fire Engine Red. HEX triplet: D1, 19 and 2D. RGB value is (209,25,45). Sum of RGB (Red+Green+Blue) = 209+25+45=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D1192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1192D is #2EE6D2. Grayscale: #525252. Windows color (decimal): -3073747 or 2955729. OLE color: 2955729.

HSL color Cylindrical-coordinate representation of color #D1192D: hue angle of 353.48º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1192D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 45 -
CMYK 0 0.88 0.78 0.18
HSL 353.48º 0.79% 0.46% -
HSV(B) 353.48º 0.88% 0.82% -
XYZ 27.12 14.44 3.84 -
YUV 82.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 209 25 45 0 0.88 0.78 0.18 353.48 0.79 0.46
Hex D1 19 2D 0 58 4E 12 161 4F 2E
Octal 321 31 55 0 130 116 22 541 117 56
Binary 11010001 11001 101101 0 1011000 1001110 10010 101100001 1001111 101110

Color Harmonies of #D1192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1192D

Black with #D1192D

Text Example


Text Example

White with #D1192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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