Html Css Color HEX #D5113D Crimson

📋 copy color: '#D5113D'

red 213 ◦ green 17 ◦ blue 61

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

Shades of Crimson #D5113D

Tints of Crimson #D5113D

RGB

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

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

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

R = 73.2%
G = 5.84%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5113D (or 0xD5113D) is known color: Crimson. HEX triplet: D5, 11 and 3D. RGB value is (213,17,61). Sum of RGB (Red+Green+Blue) = 213+17+61=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5113D is #2AEEC2. Grayscale: #505050. Windows color (decimal): -2813635 or 4002261. OLE color: 4002261.

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

Color convert

RGB 213 17 61 -
CMYK 0 0.92 0.71 0.16
HSL 346.53º 0.85% 0.45% -
HSV(B) 346.53º 0.92% 0.84% -
XYZ 28.48 14.88 5.79 -
YUV 80.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 213 17 61 0 0.92 0.71 0.16 346.53 0.85 0.45
Hex D5 11 3D 0 5C 47 10 15B 55 2D
Octal 325 21 75 0 134 107 20 533 125 55
Binary 11010101 10001 111101 0 1011100 1000111 10000 101011011 1010101 101101

Color Harmonies of #D5113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5113D

Black with #D5113D

Text Example


Text Example

White with #D5113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5113D; }

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

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

background-color css

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

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

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

border-color css

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

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

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