Html Css Color HEX #D10833 Crimson

📋 copy color: '#D10833'

red 209 ◦ green 8 ◦ blue 51

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

Shades of Crimson #D10833

Tints of Crimson #D10833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 77.99%
G = 2.99%
B = 19.03%

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

#D10833 (or 0xD10833) is known color: Crimson. HEX triplet: D1, 08 and 33. RGB value is (209,8,51). Sum of RGB (Red+Green+Blue) = 209+8+51=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D10833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10833 is #2EF7CC. Grayscale: #494949. Windows color (decimal): -3078093 or 3344593. OLE color: 3344593.

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

Color convert

RGB 209 8 51 -
CMYK 0 0.96 0.76 0.18
HSL 347.16º 0.93% 0.43% -
HSV(B) 347.16º 0.96% 0.82% -
XYZ 26.98 13.97 4.41 -
YUV 73 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 209 8 51 0 0.96 0.76 0.18 347.16 0.93 0.43
Hex D1 8 33 0 60 4C 12 15B 5D 2B
Octal 321 10 63 0 140 114 22 533 135 53
Binary 11010001 1000 110011 0 1100000 1001100 10010 101011011 1011101 101011

Color Harmonies of #D10833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10833

Black with #D10833

Text Example


Text Example

White with #D10833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10833; }

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

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

background-color css

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

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

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

border-color css

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

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

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