Html Css Color HEX #D11533 Crimson

📋 copy color: '#D11533'

red 209 ◦ green 21 ◦ blue 51

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

Shades of Crimson #D11533

Tints of Crimson #D11533

RGB

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

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

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

R = 74.38%
G = 7.47%
B = 18.15%

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

#D11533 (or 0xD11533) is known color: Crimson. HEX triplet: D1, 15 and 33. RGB value is (209,21,51). Sum of RGB (Red+Green+Blue) = 209+21+51=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D11533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11533 is #2EEACC. Grayscale: #505050. Windows color (decimal): -3074765 or 3347921. OLE color: 3347921.

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

Color convert

RGB 209 21 51 -
CMYK 0 0.90 0.76 0.18
HSL 350.43º 0.82% 0.45% -
HSV(B) 350.43º 0.9% 0.82% -
XYZ 27.16 14.33 4.47 -
YUV 80.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 209 21 51 0 0.90 0.76 0.18 350.43 0.82 0.45
Hex D1 15 33 0 5A 4C 12 15E 52 2D
Octal 321 25 63 0 132 114 22 536 122 55
Binary 11010001 10101 110011 0 1011010 1001100 10010 101011110 1010010 101101

Color Harmonies of #D11533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11533

Black with #D11533

Text Example


Text Example

White with #D11533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11533; }

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

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

background-color css

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

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

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

border-color css

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

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

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