Html Css Color HEX #D7192D Fire Engine Red

📋 copy color: '#D7192D'

red 215 ◦ green 25 ◦ blue 45

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

Shades of Fire Engine Red #D7192D

Tints of Fire Engine Red #D7192D

RGB

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

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

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

R = 75.44%
G = 8.77%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7192D (or 0xD7192D) is known color: Fire Engine Red. HEX triplet: D7, 19 and 2D. RGB value is (215,25,45). Sum of RGB (Red+Green+Blue) = 215+25+45=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D7192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7192D is #28E6D2. Grayscale: #545454. Windows color (decimal): -2680531 or 2955735. OLE color: 2955735.

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

Color convert

RGB 215 25 45 -
CMYK 0 0.88 0.79 0.16
HSL 353.68º 0.79% 0.47% -
HSV(B) 353.68º 0.88% 0.84% -
XYZ 28.85 15.33 3.92 -
YUV 84.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 215 25 45 0 0.88 0.79 0.16 353.68 0.79 0.47
Hex D7 19 2D 0 58 4F 10 162 4F 2F
Octal 327 31 55 0 130 117 20 542 117 57
Binary 11010111 11001 101101 0 1011000 1001111 10000 101100010 1001111 101111

Color Harmonies of #D7192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7192D

Black with #D7192D

Text Example


Text Example

White with #D7192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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