Html Css Color HEX #D10649 Crimson

📋 copy color: '#D10649'

red 209 ◦ green 6 ◦ blue 73

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

Shades of Crimson #D10649

Tints of Crimson #D10649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 72.57%
G = 2.08%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D10649 (or 0xD10649) is known color: Crimson. HEX triplet: D1, 06 and 49. RGB value is (209,6,73). Sum of RGB (Red+Green+Blue) = 209+6+73=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D10649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10649 is #2EF9B6. Grayscale: #4A4A4A. Windows color (decimal): -3078583 or 4785873. OLE color: 4785873.

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

Color convert

RGB 209 6 73 -
CMYK 0 0.97 0.65 0.18
HSL 340.2º 0.94% 0.42% -
HSV(B) 340.2º 0.97% 0.82% -
XYZ 27.56 14.17 7.59 -
YUV 74.34 127.25 224.05 -
System Red Green Blue C M Y K H S L
Decimal 209 6 73 0 0.97 0.65 0.18 340.2 0.94 0.42
Hex D1 6 49 0 61 41 12 154 5E 2A
Octal 321 6 111 0 141 101 22 524 136 52
Binary 11010001 110 1001001 0 1100001 1000001 10010 101010100 1011110 101010

Color Harmonies of #D10649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10649

Black with #D10649

Text Example


Text Example

White with #D10649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10649; }

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

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

background-color css

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

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

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

border-color css

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

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

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