Html Css Color HEX #D7192A Fire Engine Red

📋 copy color: '#D7192A'

red 215 ◦ green 25 ◦ blue 42

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

Shades of Fire Engine Red #D7192A

Tints of Fire Engine Red #D7192A

RGB

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

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

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

R = 76.24%
G = 8.87%
B = 14.89%

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

#D7192A (or 0xD7192A) is known color: Fire Engine Red. HEX triplet: D7, 19 and 2A. RGB value is (215,25,42). Sum of RGB (Red+Green+Blue) = 215+25+42=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D7192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7192A is #28E6D5. Grayscale: #535353. Windows color (decimal): -2680534 or 2759127. OLE color: 2759127.

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

Color convert

RGB 215 25 42 -
CMYK 0 0.88 0.80 0.16
HSL 354.63º 0.79% 0.47% -
HSV(B) 354.63º 0.88% 0.84% -
XYZ 28.79 15.31 3.63 -
YUV 83.75 104.45 221.62 -
System Red Green Blue C M Y K H S L
Decimal 215 25 42 0 0.88 0.80 0.16 354.63 0.79 0.47
Hex D7 19 2A 0 58 50 10 163 4F 2F
Octal 327 31 52 0 130 120 20 543 117 57
Binary 11010111 11001 101010 0 1011000 1010000 10000 101100011 1001111 101111

Color Harmonies of #D7192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7192A

Black with #D7192A

Text Example


Text Example

White with #D7192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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