Html Css Color HEX #D7172F Crimson

📋 copy color: '#D7172F'

red 215 ◦ green 23 ◦ blue 47

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

Shades of Crimson #D7172F

Tints of Crimson #D7172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.07%

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

R = 75.44%
G = 8.07%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7172F (or 0xD7172F) is known color: Crimson. HEX triplet: D7, 17 and 2F. RGB value is (215,23,47). Sum of RGB (Red+Green+Blue) = 215+23+47=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D7172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7172F is #28E8D0. Grayscale: #535353. Windows color (decimal): -2681041 or 3086295. OLE color: 3086295.

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

Color convert

RGB 215 23 47 -
CMYK 0 0.89 0.78 0.16
HSL 352.5º 0.81% 0.47% -
HSV(B) 352.5º 0.89% 0.84% -
XYZ 28.84 15.27 4.12 -
YUV 83.14 107.61 222.05 -
System Red Green Blue C M Y K H S L
Decimal 215 23 47 0 0.89 0.78 0.16 352.5 0.81 0.47
Hex D7 17 2F 0 59 4E 10 160 51 2F
Octal 327 27 57 0 131 116 20 540 121 57
Binary 11010111 10111 101111 0 1011001 1001110 10000 101100000 1010001 101111

Color Harmonies of #D7172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7172F

Black with #D7172F

Text Example


Text Example

White with #D7172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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