Html Css Color HEX #D10547 Crimson

📋 copy color: '#D10547'

red 209 ◦ green 5 ◦ blue 71

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

Shades of Crimson #D10547

Tints of Crimson #D10547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 73.33%
G = 1.75%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D10547 (or 0xD10547) is known color: Crimson. HEX triplet: D1, 05 and 47. RGB value is (209,5,71). Sum of RGB (Red+Green+Blue) = 209+5+71=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D10547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10547 is #2EFAB8. Grayscale: #494949. Windows color (decimal): -3078841 or 4654545. OLE color: 4654545.

HSL color Cylindrical-coordinate representation of color #D10547: hue angle of 340.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10547 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 5 71 -
CMYK 0 0.98 0.66 0.18
HSL 340.59º 0.95% 0.42% -
HSV(B) 340.59º 0.98% 0.82% -
XYZ 27.49 14.12 7.24 -
YUV 73.52 126.59 224.63 -
System Red Green Blue C M Y K H S L
Decimal 209 5 71 0 0.98 0.66 0.18 340.59 0.95 0.42
Hex D1 5 47 0 62 42 12 155 5F 2A
Octal 321 5 107 0 142 102 22 525 137 52
Binary 11010001 101 1000111 0 1100010 1000010 10010 101010101 1011111 101010

Color Harmonies of #D10547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10547

Black with #D10547

Text Example


Text Example

White with #D10547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10547; }

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

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

background-color css

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

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

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

border-color css

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

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

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