Html Css Color HEX #D10132 Crimson

📋 copy color: '#D10132'

red 209 ◦ green 1 ◦ blue 50

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

Shades of Crimson #D10132

Tints of Crimson #D10132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 80.38%
G = 0.38%
B = 19.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D10132 (or 0xD10132) is known color: Crimson. HEX triplet: D1, 01 and 32. RGB value is (209,1,50). Sum of RGB (Red+Green+Blue) = 209+1+50=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D10132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10132 is #2EFECD. Grayscale: #444444. Windows color (decimal): -3079886 or 3277265. OLE color: 3277265.

HSL color Cylindrical-coordinate representation of color #D10132: hue angle of 345.87º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10132 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 50 -
CMYK 0 1.00 0.76 0.18
HSL 345.87º 0.99% 0.41% -
HSV(B) 345.87º 1% 0.82% -
XYZ 26.88 13.81 4.27 -
YUV 68.78 117.41 228.02 -
System Red Green Blue C M Y K H S L
Decimal 209 1 50 0 1.00 0.76 0.18 345.87 0.99 0.41
Hex D1 1 32 0 64 4C 12 15A 63 29
Octal 321 1 62 0 144 114 22 532 143 51
Binary 11010001 1 110010 0 1100100 1001100 10010 101011010 1100011 101001

Color Harmonies of #D10132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10132

Black with #D10132

Text Example


Text Example

White with #D10132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10132; }

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

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

background-color css

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

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

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

border-color css

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

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

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