Html Css Color HEX #D11733 Crimson

📋 copy color: '#D11733'

red 209 ◦ green 23 ◦ blue 51

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

Shades of Crimson #D11733

Tints of Crimson #D11733

RGB

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

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

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

R = 73.85%
G = 8.13%
B = 18.02%

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

#D11733 (or 0xD11733) is known color: Crimson. HEX triplet: D1, 17 and 33. RGB value is (209,23,51). Sum of RGB (Red+Green+Blue) = 209+23+51=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D11733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11733 is #2EE8CC. Grayscale: #515151. Windows color (decimal): -3074253 or 3348433. OLE color: 3348433.

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

Color convert

RGB 209 23 51 -
CMYK 0 0.89 0.76 0.18
HSL 350.97º 0.8% 0.45% -
HSV(B) 350.97º 0.89% 0.82% -
XYZ 27.2 14.41 4.48 -
YUV 81.81 110.62 218.72 -
System Red Green Blue C M Y K H S L
Decimal 209 23 51 0 0.89 0.76 0.18 350.97 0.8 0.45
Hex D1 17 33 0 59 4C 12 15F 50 2D
Octal 321 27 63 0 131 114 22 537 120 55
Binary 11010001 10111 110011 0 1011001 1001100 10010 101011111 1010000 101101

Color Harmonies of #D11733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11733

Black with #D11733

Text Example


Text Example

White with #D11733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11733; }

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

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

background-color css

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

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

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

border-color css

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

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

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