Html Css Color HEX #D7192B Fire Engine Red

📋 copy color: '#D7192B'

red 215 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #D7192B

Tints of Fire Engine Red #D7192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 75.97%
G = 8.83%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7192B (or 0xD7192B) is known color: Fire Engine Red. HEX triplet: D7, 19 and 2B. RGB value is (215,25,43). Sum of RGB (Red+Green+Blue) = 215+25+43=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D7192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7192B is #28E6D4. Grayscale: #535353. Windows color (decimal): -2680533 or 2824663. OLE color: 2824663.

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

Color convert

RGB 215 25 43 -
CMYK 0 0.88 0.8 0.16
HSL 354.32º 0.79% 0.47% -
HSV(B) 354.32º 0.88% 0.84% -
XYZ 28.81 15.32 3.72 -
YUV 83.86 104.95 221.54 -
System Red Green Blue C M Y K H S L
Decimal 215 25 43 0 0.88 0.8 0.16 354.32 0.79 0.47
Hex D7 19 2B 0 58 50 10 162 4F 2F
Octal 327 31 53 0 130 120 20 542 117 57
Binary 11010111 11001 101011 0 1011000 1010000 10000 101100010 1001111 101111

Color Harmonies of #D7192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7192B

Black with #D7192B

Text Example


Text Example

White with #D7192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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