Html Css Color HEX #D11532 Crimson

📋 copy color: '#D11532'

red 209 ◦ green 21 ◦ blue 50

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

Shades of Crimson #D11532

Tints of Crimson #D11532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

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

R = 74.64%
G = 7.5%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D11532 (or 0xD11532) is known color: Crimson. HEX triplet: D1, 15 and 32. RGB value is (209,21,50). Sum of RGB (Red+Green+Blue) = 209+21+50=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D11532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11532 is #2EEACD. Grayscale: #505050. Windows color (decimal): -3074766 or 3282385. OLE color: 3282385.

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

Color convert

RGB 209 21 50 -
CMYK 0 0.90 0.76 0.18
HSL 350.74º 0.82% 0.45% -
HSV(B) 350.74º 0.9% 0.82% -
XYZ 27.14 14.32 4.35 -
YUV 80.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 209 21 50 0 0.90 0.76 0.18 350.74 0.82 0.45
Hex D1 15 32 0 5A 4C 12 15F 52 2D
Octal 321 25 62 0 132 114 22 537 122 55
Binary 11010001 10101 110010 0 1011010 1001100 10010 101011111 1010010 101101

Color Harmonies of #D11532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11532

Black with #D11532

Text Example


Text Example

White with #D11532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11532; }

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

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

background-color css

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

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

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

border-color css

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

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

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