Html Css Color HEX #D5173D Crimson

📋 copy color: '#D5173D'

red 213 ◦ green 23 ◦ blue 61

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

Shades of Crimson #D5173D

Tints of Crimson #D5173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 71.72%
G = 7.74%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5173D (or 0xD5173D) is known color: Crimson. HEX triplet: D5, 17 and 3D. RGB value is (213,23,61). Sum of RGB (Red+Green+Blue) = 213+23+61=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5173D is #2AE8C2. Grayscale: #545454. Windows color (decimal): -2812099 or 4003797. OLE color: 4003797.

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

Color convert

RGB 213 23 61 -
CMYK 0 0.89 0.71 0.16
HSL 348º 0.81% 0.46% -
HSV(B) 348º 0.89% 0.84% -
XYZ 28.59 15.1 5.82 -
YUV 84.14 114.95 219.91 -
System Red Green Blue C M Y K H S L
Decimal 213 23 61 0 0.89 0.71 0.16 348 0.81 0.46
Hex D5 17 3D 0 59 47 10 15C 51 2E
Octal 325 27 75 0 131 107 20 534 121 56
Binary 11010101 10111 111101 0 1011001 1000111 10000 101011100 1010001 101110

Color Harmonies of #D5173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5173D

Black with #D5173D

Text Example


Text Example

White with #D5173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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