Html Css Color HEX #D10F49 Crimson

📋 copy color: '#D10F49'

red 209 ◦ green 15 ◦ blue 73

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

Shades of Crimson #D10F49

Tints of Crimson #D10F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.05%

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

R = 70.37%
G = 5.05%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D10F49 (or 0xD10F49) is known color: Crimson. HEX triplet: D1, 0F and 49. RGB value is (209,15,73). Sum of RGB (Red+Green+Blue) = 209+15+73=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10F49 is #2EF0B6. Grayscale: #4F4F4F. Windows color (decimal): -3076279 or 4788177. OLE color: 4788177.

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

Color convert

RGB 209 15 73 -
CMYK 0 0.93 0.65 0.18
HSL 342.06º 0.87% 0.44% -
HSV(B) 342.06º 0.93% 0.82% -
XYZ 27.67 14.38 7.62 -
YUV 79.62 124.27 220.28 -
System Red Green Blue C M Y K H S L
Decimal 209 15 73 0 0.93 0.65 0.18 342.06 0.87 0.44
Hex D1 F 49 0 5D 41 12 156 57 2C
Octal 321 17 111 0 135 101 22 526 127 54
Binary 11010001 1111 1001001 0 1011101 1000001 10010 101010110 1010111 101100

Color Harmonies of #D10F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F49

Black with #D10F49

Text Example


Text Example

White with #D10F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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