Html Css Color HEX #D10D47 Crimson

📋 copy color: '#D10D47'

red 209 ◦ green 13 ◦ blue 71

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

Shades of Crimson #D10D47

Tints of Crimson #D10D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 71.33%
G = 4.44%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D10D47 (or 0xD10D47) is known color: Crimson. HEX triplet: D1, 0D and 47. RGB value is (209,13,71). Sum of RGB (Red+Green+Blue) = 209+13+71=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D47 is #2EF2B8. Grayscale: #4E4E4E. Windows color (decimal): -3076793 or 4656593. OLE color: 4656593.

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

Color convert

RGB 209 13 71 -
CMYK 0 0.94 0.66 0.18
HSL 342.24º 0.88% 0.44% -
HSV(B) 342.24º 0.94% 0.82% -
XYZ 27.58 14.3 7.27 -
YUV 78.22 123.93 221.28 -
System Red Green Blue C M Y K H S L
Decimal 209 13 71 0 0.94 0.66 0.18 342.24 0.88 0.44
Hex D1 D 47 0 5E 42 12 156 58 2C
Octal 321 15 107 0 136 102 22 526 130 54
Binary 11010001 1101 1000111 0 1011110 1000010 10010 101010110 1011000 101100

Color Harmonies of #D10D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D47

Black with #D10D47

Text Example


Text Example

White with #D10D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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