Html Css Color HEX #D8172F Crimson

📋 copy color: '#D8172F'

red 216 ◦ green 23 ◦ blue 47

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

Shades of Crimson #D8172F

Tints of Crimson #D8172F

RGB

 RED value IS 216 (84.77% from 255) = 75.52%

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

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

R = 75.52%
G = 8.04%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8172F (or 0xD8172F) is known color: Crimson. HEX triplet: D8, 17 and 2F. RGB value is (216,23,47). Sum of RGB (Red+Green+Blue) = 216+23+47=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D8172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8172F is #27E8D0. Grayscale: #535353. Windows color (decimal): -2615505 or 3086296. OLE color: 3086296.

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

Color convert

RGB 216 23 47 -
CMYK 0 0.89 0.78 0.15
HSL 352.54º 0.81% 0.47% -
HSV(B) 352.54º 0.89% 0.85% -
XYZ 29.14 15.42 4.13 -
YUV 83.44 107.44 222.55 -
System Red Green Blue C M Y K H S L
Decimal 216 23 47 0 0.89 0.78 0.15 352.54 0.81 0.47
Hex D8 17 2F 0 59 4E F 161 51 2F
Octal 330 27 57 0 131 116 17 541 121 57
Binary 11011000 10111 101111 0 1011001 1001110 1111 101100001 1010001 101111

Color Harmonies of #D8172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8172F

Black with #D8172F

Text Example


Text Example

White with #D8172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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