Html Css Color HEX #D7192C Fire Engine Red

📋 copy color: '#D7192C'

red 215 ◦ green 25 ◦ blue 44

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

Shades of Fire Engine Red #D7192C

Tints of Fire Engine Red #D7192C

RGB

 RED value IS 215 (84.38% from 255) = 75.7%

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

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 75.7%
G = 8.8%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7192C (or 0xD7192C) is known color: Fire Engine Red. HEX triplet: D7, 19 and 2C. RGB value is (215,25,44). Sum of RGB (Red+Green+Blue) = 215+25+44=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D7192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7192C is #28E6D3. Grayscale: #545454. Windows color (decimal): -2680532 or 2890199. OLE color: 2890199.

HSL color Cylindrical-coordinate representation of color #D7192C: hue angle of 354º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7192C is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 25 44 -
CMYK 0 0.88 0.80 0.16
HSL 354º 0.79% 0.47% -
HSV(B) 354º 0.88% 0.84% -
XYZ 28.83 15.32 3.82 -
YUV 83.98 105.45 221.46 -
System Red Green Blue C M Y K H S L
Decimal 215 25 44 0 0.88 0.80 0.16 354 0.79 0.47
Hex D7 19 2C 0 58 50 10 162 4F 2F
Octal 327 31 54 0 130 120 20 542 117 57
Binary 11010111 11001 101100 0 1011000 1010000 10000 101100010 1001111 101111

Color Harmonies of #D7192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7192C

Black with #D7192C

Text Example


Text Example

White with #D7192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7192C; }

 p { color: rgb(215,25,44); }

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

background-color css

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

 a { background-color: rgb(215,25,44); }

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

border-color css

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

 span { border-color: rgb(215,25,44); }

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