Html Css Color HEX #D10532 Crimson

📋 copy color: '#D10532'

red 209 ◦ green 5 ◦ blue 50

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

Shades of Crimson #D10532

Tints of Crimson #D10532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.94%

R = 79.17%
G = 1.89%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D10532 (or 0xD10532) is known color: Crimson. HEX triplet: D1, 05 and 32. RGB value is (209,5,50). Sum of RGB (Red+Green+Blue) = 209+5+50=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D10532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10532 is #2EFACD. Grayscale: #474747. Windows color (decimal): -3078862 or 3278289. OLE color: 3278289.

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

Color convert

RGB 209 5 50 -
CMYK 0 0.98 0.76 0.18
HSL 346.76º 0.95% 0.42% -
HSV(B) 346.76º 0.98% 0.82% -
XYZ 26.92 13.89 4.28 -
YUV 71.13 116.09 226.34 -
System Red Green Blue C M Y K H S L
Decimal 209 5 50 0 0.98 0.76 0.18 346.76 0.95 0.42
Hex D1 5 32 0 62 4C 12 15B 5F 2A
Octal 321 5 62 0 142 114 22 533 137 52
Binary 11010001 101 110010 0 1100010 1001100 10010 101011011 1011111 101010

Color Harmonies of #D10532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10532

Black with #D10532

Text Example


Text Example

White with #D10532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10532; }

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

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

background-color css

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

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

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

border-color css

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

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

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