Html Css Color HEX #DD1233 Crimson

📋 copy color: '#DD1233'

red 221 ◦ green 18 ◦ blue 51

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

Shades of Crimson #DD1233

Tints of Crimson #DD1233

RGB

 RED value IS 221 (86.72% from 255) = 76.21%

 GREEN value IS 18 (7.42% from 255) = 6.21%

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

R = 76.21%
G = 6.21%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD1233 (or 0xDD1233) is known color: Crimson. HEX triplet: DD, 12 and 33. RGB value is (221,18,51). Sum of RGB (Red+Green+Blue) = 221+18+51=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1233 is #22EDCC. Grayscale: #525252. Windows color (decimal): -2289101 or 3347165. OLE color: 3347165.

HSL color Cylindrical-coordinate representation of color #DD1233: hue angle of 350.25º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1233 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 51 -
CMYK 0 0.92 0.77 0.13
HSL 350.25º 0.85% 0.47% -
HSV(B) 350.25º 0.92% 0.87% -
XYZ 30.63 16.04 4.61 -
YUV 82.46 110.25 226.82 -
System Red Green Blue C M Y K H S L
Decimal 221 18 51 0 0.92 0.77 0.13 350.25 0.85 0.47
Hex DD 12 33 0 5C 4D D 15E 55 2F
Octal 335 22 63 0 134 115 15 536 125 57
Binary 11011101 10010 110011 0 1011100 1001101 1101 101011110 1010101 101111

Color Harmonies of #DD1233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1233

Black with #DD1233

Text Example


Text Example

White with #DD1233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1233; }

 p { color: rgb(221,18,51); }

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

background-color css

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

 a { background-color: rgb(221,18,51); }

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

border-color css

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

 span { border-color: rgb(221,18,51); }

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