Html Css Color HEX #D1163B Crimson

📋 copy color: '#D1163B'

red 209 ◦ green 22 ◦ blue 59

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

Shades of Crimson #D1163B

Tints of Crimson #D1163B

RGB

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

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

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

R = 72.07%
G = 7.59%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1163B (or 0xD1163B) is known color: Crimson. HEX triplet: D1, 16 and 3B. RGB value is (209,22,59). Sum of RGB (Red+Green+Blue) = 209+22+59=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1163B is #2EE9C4. Grayscale: #525252. Windows color (decimal): -3074501 or 3872465. OLE color: 3872465.

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

Color convert

RGB 209 22 59 -
CMYK 0 0.89 0.72 0.18
HSL 348.13º 0.81% 0.45% -
HSV(B) 348.13º 0.89% 0.82% -
XYZ 27.37 14.44 5.48 -
YUV 82.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 209 22 59 0 0.89 0.72 0.18 348.13 0.81 0.45
Hex D1 16 3B 0 59 48 12 15C 51 2D
Octal 321 26 73 0 131 110 22 534 121 55
Binary 11010001 10110 111011 0 1011001 1001000 10010 101011100 1010001 101101

Color Harmonies of #D1163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1163B

Black with #D1163B

Text Example


Text Example

White with #D1163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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