Html Css Color HEX #D11732 Crimson

📋 copy color: '#D11732'

red 209 ◦ green 23 ◦ blue 50

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

Shades of Crimson #D11732

Tints of Crimson #D11732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

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

R = 74.11%
G = 8.16%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D11732 (or 0xD11732) is known color: Crimson. HEX triplet: D1, 17 and 32. RGB value is (209,23,50). Sum of RGB (Red+Green+Blue) = 209+23+50=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D11732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11732 is #2EE8CD. Grayscale: #515151. Windows color (decimal): -3074254 or 3282897. OLE color: 3282897.

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

Color convert

RGB 209 23 50 -
CMYK 0 0.89 0.76 0.18
HSL 351.29º 0.8% 0.45% -
HSV(B) 351.29º 0.89% 0.82% -
XYZ 27.18 14.4 4.36 -
YUV 81.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 209 23 50 0 0.89 0.76 0.18 351.29 0.8 0.45
Hex D1 17 32 0 59 4C 12 15F 50 2D
Octal 321 27 62 0 131 114 22 537 120 55
Binary 11010001 10111 110010 0 1011001 1001100 10010 101011111 1010000 101101

Color Harmonies of #D11732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11732

Black with #D11732

Text Example


Text Example

White with #D11732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11732; }

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

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

background-color css

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

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

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

border-color css

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

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

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