Html Css Color HEX #D10731 Crimson

📋 copy color: '#D10731'

red 209 ◦ green 7 ◦ blue 49

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

Shades of Crimson #D10731

Tints of Crimson #D10731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.64%

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 78.87%
G = 2.64%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D10731 (or 0xD10731) is known color: Crimson. HEX triplet: D1, 07 and 31. RGB value is (209,7,49). Sum of RGB (Red+Green+Blue) = 209+7+49=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D10731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10731 is #2EF8CE. Grayscale: #484848. Windows color (decimal): -3078351 or 3213265. OLE color: 3213265.

HSL color Cylindrical-coordinate representation of color #D10731: hue angle of 347.52º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10731 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 7 49 -
CMYK 0 0.97 0.77 0.18
HSL 347.52º 0.94% 0.42% -
HSV(B) 347.52º 0.97% 0.82% -
XYZ 26.92 13.93 4.18 -
YUV 72.19 114.92 225.58 -
System Red Green Blue C M Y K H S L
Decimal 209 7 49 0 0.97 0.77 0.18 347.52 0.94 0.42
Hex D1 7 31 0 61 4D 12 15C 5E 2A
Octal 321 7 61 0 141 115 22 534 136 52
Binary 11010001 111 110001 0 1100001 1001101 10010 101011100 1011110 101010

Color Harmonies of #D10731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10731

Black with #D10731

Text Example


Text Example

White with #D10731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10731; }

 p { color: rgb(209,7,49); }

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

background-color css

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

 a { background-color: rgb(209,7,49); }

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

border-color css

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

 span { border-color: rgb(209,7,49); }

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