Html Css Color HEX #D10931 Crimson

📋 copy color: '#D10931'

red 209 ◦ green 9 ◦ blue 49

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

Shades of Crimson #D10931

Tints of Crimson #D10931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 78.28%
G = 3.37%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D10931 (or 0xD10931) is known color: Crimson. HEX triplet: D1, 09 and 31. RGB value is (209,9,49). Sum of RGB (Red+Green+Blue) = 209+9+49=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D10931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10931 is #2EF6CE. Grayscale: #494949. Windows color (decimal): -3077839 or 3213777. OLE color: 3213777.

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

Color convert

RGB 209 9 49 -
CMYK 0 0.96 0.77 0.18
HSL 348º 0.92% 0.43% -
HSV(B) 348º 0.96% 0.82% -
XYZ 26.95 13.97 4.18 -
YUV 73.36 114.26 224.75 -
System Red Green Blue C M Y K H S L
Decimal 209 9 49 0 0.96 0.77 0.18 348 0.92 0.43
Hex D1 9 31 0 60 4D 12 15C 5C 2B
Octal 321 11 61 0 140 115 22 534 134 53
Binary 11010001 1001 110001 0 1100000 1001101 10010 101011100 1011100 101011

Color Harmonies of #D10931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10931

Black with #D10931

Text Example


Text Example

White with #D10931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10931; }

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

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

background-color css

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

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

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

border-color css

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

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

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