Html Css Color HEX #D5113B Crimson

📋 copy color: '#D5113B'

red 213 ◦ green 17 ◦ blue 59

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

Shades of Crimson #D5113B

Tints of Crimson #D5113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.88%

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

R = 73.7%
G = 5.88%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5113B (or 0xD5113B) is known color: Crimson. HEX triplet: D5, 11 and 3B. RGB value is (213,17,59). Sum of RGB (Red+Green+Blue) = 213+17+59=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D5113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5113B is #2AEEC4. Grayscale: #505050. Windows color (decimal): -2813637 or 3871189. OLE color: 3871189.

HSL color Cylindrical-coordinate representation of color #D5113B: hue angle of 347.14º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5113B is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 59 -
CMYK 0 0.92 0.72 0.16
HSL 347.14º 0.85% 0.45% -
HSV(B) 347.14º 0.92% 0.84% -
XYZ 28.43 14.86 5.51 -
YUV 80.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 213 17 59 0 0.92 0.72 0.16 347.14 0.85 0.45
Hex D5 11 3B 0 5C 48 10 15B 55 2D
Octal 325 21 73 0 134 110 20 533 125 55
Binary 11010101 10001 111011 0 1011100 1001000 10000 101011011 1010101 101101

Color Harmonies of #D5113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5113B

Black with #D5113B

Text Example


Text Example

White with #D5113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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