Html Css Color HEX #D10331 Crimson

📋 copy color: '#D10331'

red 209 ◦ green 3 ◦ blue 49

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

Shades of Crimson #D10331

Tints of Crimson #D10331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 80.08%
G = 1.15%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D10331 (or 0xD10331) is known color: Crimson. HEX triplet: D1, 03 and 31. RGB value is (209,3,49). Sum of RGB (Red+Green+Blue) = 209+3+49=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D10331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10331 is #2EFCCE. Grayscale: #454545. Windows color (decimal): -3079375 or 3212241. OLE color: 3212241.

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

Color convert

RGB 209 3 49 -
CMYK 0 0.99 0.77 0.18
HSL 346.6º 0.97% 0.42% -
HSV(B) 346.6º 0.99% 0.82% -
XYZ 26.88 13.84 4.16 -
YUV 69.84 116.25 227.26 -
System Red Green Blue C M Y K H S L
Decimal 209 3 49 0 0.99 0.77 0.18 346.6 0.97 0.42
Hex D1 3 31 0 63 4D 12 15B 61 2A
Octal 321 3 61 0 143 115 22 533 141 52
Binary 11010001 11 110001 0 1100011 1001101 10010 101011011 1100001 101010

Color Harmonies of #D10331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10331

Black with #D10331

Text Example


Text Example

White with #D10331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10331; }

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

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

background-color css

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

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

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

border-color css

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

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

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