Html Css Color HEX #D1163C Crimson

📋 copy color: '#D1163C'

red 209 ◦ green 22 ◦ blue 60

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

Shades of Crimson #D1163C

Tints of Crimson #D1163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 71.82%
G = 7.56%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1163C (or 0xD1163C) is known color: Crimson. HEX triplet: D1, 16 and 3C. RGB value is (209,22,60). Sum of RGB (Red+Green+Blue) = 209+22+60=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1163C is #2EE9C3. Grayscale: #525252. Windows color (decimal): -3074500 or 3938001. OLE color: 3938001.

HSL color Cylindrical-coordinate representation of color #D1163C: hue angle of 347.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1163C is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 22 60 -
CMYK 0 0.89 0.71 0.18
HSL 347.81º 0.81% 0.45% -
HSV(B) 347.81º 0.89% 0.82% -
XYZ 27.4 14.46 5.62 -
YUV 82.25 115.45 218.41 -
System Red Green Blue C M Y K H S L
Decimal 209 22 60 0 0.89 0.71 0.18 347.81 0.81 0.45
Hex D1 16 3C 0 59 47 12 15C 51 2D
Octal 321 26 74 0 131 107 22 534 121 55
Binary 11010001 10110 111100 0 1011001 1000111 10010 101011100 1010001 101101

Color Harmonies of #D1163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1163C

Black with #D1163C

Text Example


Text Example

White with #D1163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1163C; }

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

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

background-color css

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

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

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

border-color css

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

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

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