Html Css Color HEX #D5173B Crimson

📋 copy color: '#D5173B'

red 213 ◦ green 23 ◦ blue 59

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

Shades of Crimson #D5173B

Tints of Crimson #D5173B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20%

R = 72.2%
G = 7.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5173B (or 0xD5173B) is known color: Crimson. HEX triplet: D5, 17 and 3B. RGB value is (213,23,59). Sum of RGB (Red+Green+Blue) = 213+23+59=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5173B is #2AE8C4. Grayscale: #535353. Windows color (decimal): -2812101 or 3872725. OLE color: 3872725.

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

Color convert

RGB 213 23 59 -
CMYK 0 0.89 0.72 0.16
HSL 348.63º 0.81% 0.46% -
HSV(B) 348.63º 0.89% 0.84% -
XYZ 28.54 15.07 5.54 -
YUV 83.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 213 23 59 0 0.89 0.72 0.16 348.63 0.81 0.46
Hex D5 17 3B 0 59 48 10 15D 51 2E
Octal 325 27 73 0 131 110 20 535 121 56
Binary 11010101 10111 111011 0 1011001 1001000 10000 101011101 1010001 101110

Color Harmonies of #D5173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5173B

Black with #D5173B

Text Example


Text Example

White with #D5173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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