Html Css Color HEX #D1192A Fire Engine Red

📋 copy color: '#D1192A'

red 209 ◦ green 25 ◦ blue 42

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

Shades of Fire Engine Red #D1192A

Tints of Fire Engine Red #D1192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 75.72%
G = 9.06%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D1192A (or 0xD1192A) is known color: Fire Engine Red. HEX triplet: D1, 19 and 2A. RGB value is (209,25,42). Sum of RGB (Red+Green+Blue) = 209+25+42=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D1192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1192A is #2EE6D5. Grayscale: #525252. Windows color (decimal): -3073750 or 2759121. OLE color: 2759121.

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

Color convert

RGB 209 25 42 -
CMYK 0 0.88 0.80 0.18
HSL 354.46º 0.79% 0.46% -
HSV(B) 354.46º 0.88% 0.82% -
XYZ 27.06 14.42 3.55 -
YUV 81.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 209 25 42 0 0.88 0.80 0.18 354.46 0.79 0.46
Hex D1 19 2A 0 58 50 12 162 4F 2E
Octal 321 31 52 0 130 120 22 542 117 56
Binary 11010001 11001 101010 0 1011000 1010000 10010 101100010 1001111 101110

Color Harmonies of #D1192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1192A

Black with #D1192A

Text Example


Text Example

White with #D1192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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