Html Css Color HEX #D10835 Crimson

📋 copy color: '#D10835'

red 209 ◦ green 8 ◦ blue 53

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

Shades of Crimson #D10835

Tints of Crimson #D10835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 77.41%
G = 2.96%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D10835 (or 0xD10835) is known color: Crimson. HEX triplet: D1, 08 and 35. RGB value is (209,8,53). Sum of RGB (Red+Green+Blue) = 209+8+53=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D10835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10835 is #2EF7CA. Grayscale: #494949. Windows color (decimal): -3078091 or 3475665. OLE color: 3475665.

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

Color convert

RGB 209 8 53 -
CMYK 0 0.96 0.75 0.18
HSL 346.57º 0.93% 0.43% -
HSV(B) 346.57º 0.96% 0.82% -
XYZ 27.02 13.99 4.64 -
YUV 73.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 209 8 53 0 0.96 0.75 0.18 346.57 0.93 0.43
Hex D1 8 35 0 60 4B 12 15B 5D 2B
Octal 321 10 65 0 140 113 22 533 135 53
Binary 11010001 1000 110101 0 1100000 1001011 10010 101011011 1011101 101011

Color Harmonies of #D10835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10835

Black with #D10835

Text Example


Text Example

White with #D10835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10835; }

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

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

background-color css

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

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

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

border-color css

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

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

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