Html Css Color HEX #D1113B Crimson

📋 copy color: '#D1113B'

red 209 ◦ green 17 ◦ blue 59

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

Shades of Crimson #D1113B

Tints of Crimson #D1113B

RGB

 RED value IS 209 (82.03% from 255) = 73.33%

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

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

R = 73.33%
G = 5.96%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1113B (or 0xD1113B) is known color: Crimson. HEX triplet: D1, 11 and 3B. RGB value is (209,17,59). Sum of RGB (Red+Green+Blue) = 209+17+59=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D1113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1113B is #2EEEC4. Grayscale: #4F4F4F. Windows color (decimal): -3075781 or 3871185. OLE color: 3871185.

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

Color convert

RGB 209 17 59 -
CMYK 0 0.92 0.72 0.18
HSL 346.88º 0.85% 0.44% -
HSV(B) 346.88º 0.92% 0.82% -
XYZ 27.28 14.27 5.45 -
YUV 79.2 116.61 220.58 -
System Red Green Blue C M Y K H S L
Decimal 209 17 59 0 0.92 0.72 0.18 346.88 0.85 0.44
Hex D1 11 3B 0 5C 48 12 15B 55 2C
Octal 321 21 73 0 134 110 22 533 125 54
Binary 11010001 10001 111011 0 1011100 1001000 10010 101011011 1010101 101100

Color Harmonies of #D1113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1113B

Black with #D1113B

Text Example


Text Example

White with #D1113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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