Html Css Color HEX #D10832 Crimson

📋 copy color: '#D10832'

red 209 ◦ green 8 ◦ blue 50

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

Shades of Crimson #D10832

Tints of Crimson #D10832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

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

R = 78.28%
G = 3%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D10832 (or 0xD10832) is known color: Crimson. HEX triplet: D1, 08 and 32. RGB value is (209,8,50). Sum of RGB (Red+Green+Blue) = 209+8+50=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D10832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10832 is #2EF7CD. Grayscale: #484848. Windows color (decimal): -3078094 or 3279057. OLE color: 3279057.

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

Color convert

RGB 209 8 50 -
CMYK 0 0.96 0.76 0.18
HSL 347.46º 0.93% 0.43% -
HSV(B) 347.46º 0.96% 0.82% -
XYZ 26.96 13.96 4.29 -
YUV 72.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 209 8 50 0 0.96 0.76 0.18 347.46 0.93 0.43
Hex D1 8 32 0 60 4C 12 15B 5D 2B
Octal 321 10 62 0 140 114 22 533 135 53
Binary 11010001 1000 110010 0 1100000 1001100 10010 101011011 1011101 101011

Color Harmonies of #D10832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10832

Black with #D10832

Text Example


Text Example

White with #D10832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10832; }

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

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

background-color css

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

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

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

border-color css

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

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

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