Html Css Color HEX #DD053B Crimson

📋 copy color: '#DD053B'

red 221 ◦ green 5 ◦ blue 59

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

Shades of Crimson #DD053B

Tints of Crimson #DD053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 77.54%
G = 1.75%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD053B (or 0xDD053B) is known color: Crimson. HEX triplet: DD, 05 and 3B. RGB value is (221,5,59). Sum of RGB (Red+Green+Blue) = 221+5+59=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD053B is #22FAC4. Grayscale: #4B4B4B. Windows color (decimal): -2292421 or 3868125. OLE color: 3868125.

HSL color Cylindrical-coordinate representation of color #DD053B: hue angle of 345º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD053B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 5 59 -
CMYK 0 0.98 0.73 0.13
HSL 345º 0.96% 0.44% -
HSV(B) 345º 0.98% 0.87% -
XYZ 30.66 15.8 5.57 -
YUV 75.74 118.56 231.61 -
System Red Green Blue C M Y K H S L
Decimal 221 5 59 0 0.98 0.73 0.13 345 0.96 0.44
Hex DD 5 3B 0 62 49 D 159 60 2C
Octal 335 5 73 0 142 111 15 531 140 54
Binary 11011101 101 111011 0 1100010 1001001 1101 101011001 1100000 101100

Color Harmonies of #DD053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD053B

Black with #DD053B

Text Example


Text Example

White with #DD053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD053B; }

 p { color: rgb(221,5,59); }

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

background-color css

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

 a { background-color: rgb(221,5,59); }

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

border-color css

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

 span { border-color: rgb(221,5,59); }

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