Html Css Color HEX #D10D46 Crimson

📋 copy color: '#D10D46'

red 209 ◦ green 13 ◦ blue 70

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

Shades of Crimson #D10D46

Tints of Crimson #D10D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 71.58%
G = 4.45%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D10D46 (or 0xD10D46) is known color: Crimson. HEX triplet: D1, 0D and 46. RGB value is (209,13,70). Sum of RGB (Red+Green+Blue) = 209+13+70=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D46 is #2EF2B9. Grayscale: #4E4E4E. Windows color (decimal): -3076794 or 4591057. OLE color: 4591057.

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

Color convert

RGB 209 13 70 -
CMYK 0 0.94 0.67 0.18
HSL 342.55º 0.88% 0.44% -
HSV(B) 342.55º 0.94% 0.82% -
XYZ 27.54 14.29 7.1 -
YUV 78.1 123.43 221.37 -
System Red Green Blue C M Y K H S L
Decimal 209 13 70 0 0.94 0.67 0.18 342.55 0.88 0.44
Hex D1 D 46 0 5E 43 12 157 58 2C
Octal 321 15 106 0 136 103 22 527 130 54
Binary 11010001 1101 1000110 0 1011110 1000011 10010 101010111 1011000 101100

Color Harmonies of #D10D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D46

Black with #D10D46

Text Example


Text Example

White with #D10D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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