Html Css Color HEX #D10632 Crimson

📋 copy color: '#D10632'

red 209 ◦ green 6 ◦ blue 50

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

Shades of Crimson #D10632

Tints of Crimson #D10632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 78.87%
G = 2.26%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D10632 (or 0xD10632) is known color: Crimson. HEX triplet: D1, 06 and 32. RGB value is (209,6,50). Sum of RGB (Red+Green+Blue) = 209+6+50=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D10632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10632 is #2EF9CD. Grayscale: #474747. Windows color (decimal): -3078606 or 3278545. OLE color: 3278545.

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

Color convert

RGB 209 6 50 -
CMYK 0 0.97 0.76 0.18
HSL 347º 0.94% 0.42% -
HSV(B) 347º 0.97% 0.82% -
XYZ 26.94 13.92 4.28 -
YUV 71.71 115.75 225.92 -
System Red Green Blue C M Y K H S L
Decimal 209 6 50 0 0.97 0.76 0.18 347 0.94 0.42
Hex D1 6 32 0 61 4C 12 15B 5E 2A
Octal 321 6 62 0 141 114 22 533 136 52
Binary 11010001 110 110010 0 1100001 1001100 10010 101011011 1011110 101010

Color Harmonies of #D10632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10632

Black with #D10632

Text Example


Text Example

White with #D10632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10632; }

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

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

background-color css

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

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

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

border-color css

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

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

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