Html Css Color HEX #D11633 Crimson

📋 copy color: '#D11633'

red 209 ◦ green 22 ◦ blue 51

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

Shades of Crimson #D11633

Tints of Crimson #D11633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

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

R = 74.11%
G = 7.8%
B = 18.09%

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

#D11633 (or 0xD11633) is known color: Crimson. HEX triplet: D1, 16 and 33. RGB value is (209,22,51). Sum of RGB (Red+Green+Blue) = 209+22+51=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D11633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11633 is #2EE9CC. Grayscale: #515151. Windows color (decimal): -3074509 or 3348177. OLE color: 3348177.

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

Color convert

RGB 209 22 51 -
CMYK 0 0.89 0.76 0.18
HSL 350.7º 0.81% 0.45% -
HSV(B) 350.7º 0.89% 0.82% -
XYZ 27.18 14.37 4.47 -
YUV 81.22 110.95 219.14 -
System Red Green Blue C M Y K H S L
Decimal 209 22 51 0 0.89 0.76 0.18 350.7 0.81 0.45
Hex D1 16 33 0 59 4C 12 15F 51 2D
Octal 321 26 63 0 131 114 22 537 121 55
Binary 11010001 10110 110011 0 1011001 1001100 10010 101011111 1010001 101101

Color Harmonies of #D11633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11633

Black with #D11633

Text Example


Text Example

White with #D11633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11633; }

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

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

background-color css

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

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

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

border-color css

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

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

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