Html Css Color HEX #D10031 Crimson

📋 copy color: '#D10031'

red 209 ◦ green 0 ◦ blue 49

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

Shades of Crimson #D10031

Tints of Crimson #D10031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.01%
G = 0%
B = 18.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D10031 (or 0xD10031) is known color: Crimson. HEX triplet: D1, 00 and 31. RGB value is (209,0,49). Sum of RGB (Red+Green+Blue) = 209+0+49=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D10031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10031 is #2EFFCE. Grayscale: #444444. Windows color (decimal): -3080143 or 3211473. OLE color: 3211473.

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

Color convert

RGB 209 0 49 -
CMYK 0 1 0.77 0.18
HSL 345.93º 1% 0.41% -
HSV(B) 345.93º 1% 0.82% -
XYZ 26.85 13.78 4.15 -
YUV 68.08 117.24 228.52 -
System Red Green Blue C M Y K H S L
Decimal 209 0 49 0 1 0.77 0.18 345.93 1 0.41
Hex D1 0 31 0 64 4D 12 15A 64 29
Octal 321 0 61 0 144 115 22 532 144 51
Binary 11010001 0 110001 0 1100100 1001101 10010 101011010 1100100 101001

Color Harmonies of #D10031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10031

Black with #D10031

Text Example


Text Example

White with #D10031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10031; }

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

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

background-color css

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

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

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

border-color css

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

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

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