Html Css Color HEX #D10D49 Crimson

📋 copy color: '#D10D49'

red 209 ◦ green 13 ◦ blue 73

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

Shades of Crimson #D10D49

Tints of Crimson #D10D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 70.85%
G = 4.41%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D10D49 (or 0xD10D49) is known color: Crimson. HEX triplet: D1, 0D and 49. RGB value is (209,13,73). Sum of RGB (Red+Green+Blue) = 209+13+73=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D49 is #2EF2B6. Grayscale: #4E4E4E. Windows color (decimal): -3076791 or 4787665. OLE color: 4787665.

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

Color convert

RGB 209 13 73 -
CMYK 0 0.94 0.65 0.18
HSL 341.63º 0.88% 0.44% -
HSV(B) 341.63º 0.94% 0.82% -
XYZ 27.64 14.32 7.61 -
YUV 78.44 124.93 221.12 -
System Red Green Blue C M Y K H S L
Decimal 209 13 73 0 0.94 0.65 0.18 341.63 0.88 0.44
Hex D1 D 49 0 5E 41 12 156 58 2C
Octal 321 15 111 0 136 101 22 526 130 54
Binary 11010001 1101 1001001 0 1011110 1000001 10010 101010110 1011000 101100

Color Harmonies of #D10D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D49

Black with #D10D49

Text Example


Text Example

White with #D10D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D49; }

 p { color: rgb(209,13,73); }

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

background-color css

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

 a { background-color: rgb(209,13,73); }

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

border-color css

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

 span { border-color: rgb(209,13,73); }

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