Html Css Color HEX #D1113C Crimson

📋 copy color: '#D1113C'

red 209 ◦ green 17 ◦ blue 60

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

Shades of Crimson #D1113C

Tints of Crimson #D1113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 73.08%
G = 5.94%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1113C (or 0xD1113C) is known color: Crimson. HEX triplet: D1, 11 and 3C. RGB value is (209,17,60). Sum of RGB (Red+Green+Blue) = 209+17+60=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D1113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1113C is #2EEEC3. Grayscale: #4F4F4F. Windows color (decimal): -3075780 or 3936721. OLE color: 3936721.

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

Color convert

RGB 209 17 60 -
CMYK 0 0.92 0.71 0.18
HSL 346.56º 0.85% 0.44% -
HSV(B) 346.56º 0.92% 0.82% -
XYZ 27.31 14.28 5.59 -
YUV 79.31 117.11 220.5 -
System Red Green Blue C M Y K H S L
Decimal 209 17 60 0 0.92 0.71 0.18 346.56 0.85 0.44
Hex D1 11 3C 0 5C 47 12 15B 55 2C
Octal 321 21 74 0 134 107 22 533 125 54
Binary 11010001 10001 111100 0 1011100 1000111 10010 101011011 1010101 101100

Color Harmonies of #D1113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1113C

Black with #D1113C

Text Example


Text Example

White with #D1113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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