Html Css Color HEX #D10A40 Crimson

📋 copy color: '#D10A40'

red 209 ◦ green 10 ◦ blue 64

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

Shades of Crimson #D10A40

Tints of Crimson #D10A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.53%

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

R = 73.85%
G = 3.53%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D10A40 (or 0xD10A40) is known color: Crimson. HEX triplet: D1, 0A and 40. RGB value is (209,10,64). Sum of RGB (Red+Green+Blue) = 209+10+64=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10A40 is #2EF5BF. Grayscale: #4B4B4B. Windows color (decimal): -3077568 or 4197073. OLE color: 4197073.

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

Color convert

RGB 209 10 64 -
CMYK 0 0.95 0.69 0.18
HSL 343.72º 0.91% 0.43% -
HSV(B) 343.72º 0.95% 0.82% -
XYZ 27.33 14.14 6.14 -
YUV 75.66 121.43 223.11 -
System Red Green Blue C M Y K H S L
Decimal 209 10 64 0 0.95 0.69 0.18 343.72 0.91 0.43
Hex D1 A 40 0 5F 45 12 158 5B 2B
Octal 321 12 100 0 137 105 22 530 133 53
Binary 11010001 1010 1000000 0 1011111 1000101 10010 101011000 1011011 101011

Color Harmonies of #D10A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10A40

Black with #D10A40

Text Example


Text Example

White with #D10A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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