Html Css Color HEX #D10D3A Crimson

📋 copy color: '#D10D3A'

red 209 ◦ green 13 ◦ blue 58

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

Shades of Crimson #D10D3A

Tints of Crimson #D10D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 74.64%
G = 4.64%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D10D3A (or 0xD10D3A) is known color: Crimson. HEX triplet: D1, 0D and 3A. RGB value is (209,13,58). Sum of RGB (Red+Green+Blue) = 209+13+58=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D3A is #2EF2C5. Grayscale: #4C4C4C. Windows color (decimal): -3076806 or 3804625. OLE color: 3804625.

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

Color convert

RGB 209 13 58 -
CMYK 0 0.94 0.72 0.18
HSL 346.22º 0.88% 0.44% -
HSV(B) 346.22º 0.94% 0.82% -
XYZ 27.2 14.15 5.3 -
YUV 76.73 117.43 222.34 -
System Red Green Blue C M Y K H S L
Decimal 209 13 58 0 0.94 0.72 0.18 346.22 0.88 0.44
Hex D1 D 3A 0 5E 48 12 15A 58 2C
Octal 321 15 72 0 136 110 22 532 130 54
Binary 11010001 1101 111010 0 1011110 1001000 10010 101011010 1011000 101100

Color Harmonies of #D10D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D3A

Black with #D10D3A

Text Example


Text Example

White with #D10D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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