Html Css Color HEX #D5172F Crimson

📋 copy color: '#D5172F'

red 213 ◦ green 23 ◦ blue 47

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

Shades of Crimson #D5172F

Tints of Crimson #D5172F

RGB

 RED value IS 213 (83.59% from 255) = 75.27%

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

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

R = 75.27%
G = 8.13%
B = 16.61%

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

#D5172F (or 0xD5172F) is known color: Crimson. HEX triplet: D5, 17 and 2F. RGB value is (213,23,47). Sum of RGB (Red+Green+Blue) = 213+23+47=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D5172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5172F is #2AE8D0. Grayscale: #525252. Windows color (decimal): -2812113 or 3086293. OLE color: 3086293.

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

Color convert

RGB 213 23 47 -
CMYK 0 0.89 0.78 0.16
HSL 352.42º 0.81% 0.46% -
HSV(B) 352.42º 0.89% 0.84% -
XYZ 28.26 14.96 4.09 -
YUV 82.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 213 23 47 0 0.89 0.78 0.16 352.42 0.81 0.46
Hex D5 17 2F 0 59 4E 10 160 51 2E
Octal 325 27 57 0 131 116 20 540 121 56
Binary 11010101 10111 101111 0 1011001 1001110 10000 101100000 1010001 101110

Color Harmonies of #D5172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5172F

Black with #D5172F

Text Example


Text Example

White with #D5172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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