Html Css Color HEX #D10531 Crimson

📋 copy color: '#D10531'

red 209 ◦ green 5 ◦ blue 49

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

Shades of Crimson #D10531

Tints of Crimson #D10531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.9%

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

R = 79.47%
G = 1.9%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D10531 (or 0xD10531) is known color: Crimson. HEX triplet: D1, 05 and 31. RGB value is (209,5,49). Sum of RGB (Red+Green+Blue) = 209+5+49=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D10531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10531 is #2EFACE. Grayscale: #474747. Windows color (decimal): -3078863 or 3212753. OLE color: 3212753.

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

Color convert

RGB 209 5 49 -
CMYK 0 0.98 0.77 0.18
HSL 347.06º 0.95% 0.42% -
HSV(B) 347.06º 0.98% 0.82% -
XYZ 26.9 13.89 4.17 -
YUV 71.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 209 5 49 0 0.98 0.77 0.18 347.06 0.95 0.42
Hex D1 5 31 0 62 4D 12 15B 5F 2A
Octal 321 5 61 0 142 115 22 533 137 52
Binary 11010001 101 110001 0 1100010 1001101 10010 101011011 1011111 101010

Color Harmonies of #D10531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10531

Black with #D10531

Text Example


Text Example

White with #D10531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10531; }

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

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

background-color css

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

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

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

border-color css

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

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

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