Html Css Color HEX #D10041 Crimson

📋 copy color: '#D10041'

red 209 ◦ green 0 ◦ blue 65

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

Shades of Crimson #D10041

Tints of Crimson #D10041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 76.28%
G = 0%
B = 23.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D10041 (or 0xD10041) is known color: Crimson. HEX triplet: D1, 00 and 41. RGB value is (209,0,65). Sum of RGB (Red+Green+Blue) = 209+0+65=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D10041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10041 is #2EFFBE. Grayscale: #454545. Windows color (decimal): -3080127 or 4260049. OLE color: 4260049.

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

Color convert

RGB 209 0 65 -
CMYK 0 1 0.69 0.18
HSL 341.34º 1% 0.41% -
HSV(B) 341.34º 1% 0.82% -
XYZ 27.25 13.94 6.25 -
YUV 69.9 125.24 227.21 -
System Red Green Blue C M Y K H S L
Decimal 209 0 65 0 1 0.69 0.18 341.34 1 0.41
Hex D1 0 41 0 64 45 12 155 64 29
Octal 321 0 101 0 144 105 22 525 144 51
Binary 11010001 0 1000001 0 1100100 1000101 10010 101010101 1100100 101001

Color Harmonies of #D10041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10041

Black with #D10041

Text Example


Text Example

White with #D10041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10041; }

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

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

background-color css

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

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

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

border-color css

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

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

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