Html Css Color HEX #D10E40 Crimson

📋 copy color: '#D10E40'

red 209 ◦ green 14 ◦ blue 64

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

Shades of Crimson #D10E40

Tints of Crimson #D10E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.88%

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 72.82%
G = 4.88%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D10E40 (or 0xD10E40) is known color: Crimson. HEX triplet: D1, 0E and 40. RGB value is (209,14,64). Sum of RGB (Red+Green+Blue) = 209+14+64=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E40 is #2EF1BF. Grayscale: #4E4E4E. Windows color (decimal): -3076544 or 4198097. OLE color: 4198097.

HSL color Cylindrical-coordinate representation of color #D10E40: hue angle of 344.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E40 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 14 64 -
CMYK 0 0.93 0.69 0.18
HSL 344.62º 0.87% 0.44% -
HSV(B) 344.62º 0.93% 0.82% -
XYZ 27.38 14.24 6.16 -
YUV 78.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 209 14 64 0 0.93 0.69 0.18 344.62 0.87 0.44
Hex D1 E 40 0 5D 45 12 159 57 2C
Octal 321 16 100 0 135 105 22 531 127 54
Binary 11010001 1110 1000000 0 1011101 1000101 10010 101011001 1010111 101100

Color Harmonies of #D10E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E40

Black with #D10E40

Text Example


Text Example

White with #D10E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E40; }

 p { color: rgb(209,14,64); }

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

background-color css

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

 a { background-color: rgb(209,14,64); }

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

border-color css

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

 span { border-color: rgb(209,14,64); }

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