Html Css Color HEX #D10C47 Crimson

📋 copy color: '#D10C47'

red 209 ◦ green 12 ◦ blue 71

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

Shades of Crimson #D10C47

Tints of Crimson #D10C47

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.11%

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

R = 71.58%
G = 4.11%
B = 24.32%

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

#D10C47 (or 0xD10C47) is known color: Crimson. HEX triplet: D1, 0C and 47. RGB value is (209,12,71). Sum of RGB (Red+Green+Blue) = 209+12+71=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C47 is #2EF3B8. Grayscale: #4D4D4D. Windows color (decimal): -3077049 or 4656337. OLE color: 4656337.

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

Color convert

RGB 209 12 71 -
CMYK 0 0.94 0.66 0.18
HSL 342.03º 0.89% 0.43% -
HSV(B) 342.03º 0.94% 0.82% -
XYZ 27.56 14.27 7.26 -
YUV 77.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 209 12 71 0 0.94 0.66 0.18 342.03 0.89 0.43
Hex D1 C 47 0 5E 42 12 156 59 2B
Octal 321 14 107 0 136 102 22 526 131 53
Binary 11010001 1100 1000111 0 1011110 1000010 10010 101010110 1011001 101011

Color Harmonies of #D10C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C47

Black with #D10C47

Text Example


Text Example

White with #D10C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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