Html Css Color HEX #DD1332 Crimson

📋 copy color: '#DD1332'

red 221 ◦ green 19 ◦ blue 50

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

Shades of Crimson #DD1332

Tints of Crimson #DD1332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

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

R = 76.21%
G = 6.55%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD1332 (or 0xDD1332) is known color: Crimson. HEX triplet: DD, 13 and 32. RGB value is (221,19,50). Sum of RGB (Red+Green+Blue) = 221+19+50=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1332 is #22ECCD. Grayscale: #535353. Windows color (decimal): -2288846 or 3281885. OLE color: 3281885.

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

Color convert

RGB 221 19 50 -
CMYK 0 0.91 0.77 0.13
HSL 350.79º 0.84% 0.47% -
HSV(B) 350.79º 0.91% 0.87% -
XYZ 30.63 16.07 4.5 -
YUV 82.93 109.42 226.48 -
System Red Green Blue C M Y K H S L
Decimal 221 19 50 0 0.91 0.77 0.13 350.79 0.84 0.47
Hex DD 13 32 0 5B 4D D 15F 54 2F
Octal 335 23 62 0 133 115 15 537 124 57
Binary 11011101 10011 110010 0 1011011 1001101 1101 101011111 1010100 101111

Color Harmonies of #DD1332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1332

Black with #DD1332

Text Example


Text Example

White with #DD1332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1332; }

 p { color: rgb(221,19,50); }

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

background-color css

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

 a { background-color: rgb(221,19,50); }

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

border-color css

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

 span { border-color: rgb(221,19,50); }

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