Html Css Color HEX #D1103A Crimson

📋 copy color: '#D1103A'

red 209 ◦ green 16 ◦ blue 58

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

Shades of Crimson #D1103A

Tints of Crimson #D1103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 73.85%
G = 5.65%
B = 20.49%

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

#D1103A (or 0xD1103A) is known color: Crimson. HEX triplet: D1, 10 and 3A. RGB value is (209,16,58). Sum of RGB (Red+Green+Blue) = 209+16+58=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D1103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1103A is #2EEFC5. Grayscale: #4E4E4E. Windows color (decimal): -3076038 or 3805393. OLE color: 3805393.

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

Color convert

RGB 209 16 58 -
CMYK 0 0.92 0.72 0.18
HSL 346.94º 0.86% 0.44% -
HSV(B) 346.94º 0.92% 0.82% -
XYZ 27.24 14.23 5.31 -
YUV 78.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 209 16 58 0 0.92 0.72 0.18 346.94 0.86 0.44
Hex D1 10 3A 0 5C 48 12 15B 56 2C
Octal 321 20 72 0 134 110 22 533 126 54
Binary 11010001 10000 111010 0 1011100 1001000 10010 101011011 1010110 101100

Color Harmonies of #D1103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1103A

Black with #D1103A

Text Example


Text Example

White with #D1103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1103A; }

 p { color: rgb(209,16,58); }

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

background-color css

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

 a { background-color: rgb(209,16,58); }

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

border-color css

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

 span { border-color: rgb(209,16,58); }

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