Html Css Color HEX #D10046 Crimson

📋 copy color: '#D10046'

red 209 ◦ green 0 ◦ blue 70

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

Shades of Crimson #D10046

Tints of Crimson #D10046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.91%
G = 0%
B = 25.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D10046 (or 0xD10046) is known color: Crimson. HEX triplet: D1, 00 and 46. RGB value is (209,0,70). Sum of RGB (Red+Green+Blue) = 209+0+70=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D10046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10046 is #2EFFB9. Grayscale: #464646. Windows color (decimal): -3080122 or 4587729. OLE color: 4587729.

HSL color Cylindrical-coordinate representation of color #D10046: hue angle of 339.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10046 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 70 -
CMYK 0 1 0.67 0.18
HSL 339.9º 1% 0.41% -
HSV(B) 339.9º 1% 0.82% -
XYZ 27.4 14 7.05 -
YUV 70.47 127.74 226.81 -
System Red Green Blue C M Y K H S L
Decimal 209 0 70 0 1 0.67 0.18 339.9 1 0.41
Hex D1 0 46 0 64 43 12 154 64 29
Octal 321 0 106 0 144 103 22 524 144 51
Binary 11010001 0 1000110 0 1100100 1000011 10010 101010100 1100100 101001

Color Harmonies of #D10046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10046

Black with #D10046

Text Example


Text Example

White with #D10046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10046; }

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

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

background-color css

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

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

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

border-color css

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

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

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