Html Css Color HEX #D7192F Crimson

📋 copy color: '#D7192F'

red 215 ◦ green 25 ◦ blue 47

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

Shades of Crimson #D7192F

Tints of Crimson #D7192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 74.91%
G = 8.71%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7192F (or 0xD7192F) is known color: Crimson. HEX triplet: D7, 19 and 2F. RGB value is (215,25,47). Sum of RGB (Red+Green+Blue) = 215+25+47=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D7192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7192F is #28E6D0. Grayscale: #545454. Windows color (decimal): -2680529 or 3086807. OLE color: 3086807.

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

Color convert

RGB 215 25 47 -
CMYK 0 0.88 0.78 0.16
HSL 353.05º 0.79% 0.47% -
HSV(B) 353.05º 0.88% 0.84% -
XYZ 28.89 15.35 4.13 -
YUV 84.32 106.95 221.21 -
System Red Green Blue C M Y K H S L
Decimal 215 25 47 0 0.88 0.78 0.16 353.05 0.79 0.47
Hex D7 19 2F 0 58 4E 10 161 4F 2F
Octal 327 31 57 0 130 116 20 541 117 57
Binary 11010111 11001 101111 0 1011000 1001110 10000 101100001 1001111 101111

Color Harmonies of #D7192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7192F

Black with #D7192F

Text Example


Text Example

White with #D7192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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