Html Css Color HEX #D10D4A Crimson

📋 copy color: '#D10D4A'

red 209 ◦ green 13 ◦ blue 74

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

Shades of Crimson #D10D4A

Tints of Crimson #D10D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25%

R = 70.61%
G = 4.39%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D10D4A (or 0xD10D4A) is known color: Crimson. HEX triplet: D1, 0D and 4A. RGB value is (209,13,74). Sum of RGB (Red+Green+Blue) = 209+13+74=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D4A is #2EF2B5. Grayscale: #4E4E4E. Windows color (decimal): -3076790 or 4853201. OLE color: 4853201.

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

Color convert

RGB 209 13 74 -
CMYK 0 0.94 0.65 0.18
HSL 341.33º 0.88% 0.44% -
HSV(B) 341.33º 0.94% 0.82% -
XYZ 27.67 14.34 7.79 -
YUV 78.56 125.43 221.04 -
System Red Green Blue C M Y K H S L
Decimal 209 13 74 0 0.94 0.65 0.18 341.33 0.88 0.44
Hex D1 D 4A 0 5E 41 12 155 58 2C
Octal 321 15 112 0 136 101 22 525 130 54
Binary 11010001 1101 1001010 0 1011110 1000001 10010 101010101 1011000 101100

Color Harmonies of #D10D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D4A

Black with #D10D4A

Text Example


Text Example

White with #D10D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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