Html Css Color HEX #DD053A Crimson

📋 copy color: '#DD053A'

red 221 ◦ green 5 ◦ blue 58

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

Shades of Crimson #DD053A

Tints of Crimson #DD053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 77.82%
G = 1.76%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD053A (or 0xDD053A) is known color: Crimson. HEX triplet: DD, 05 and 3A. RGB value is (221,5,58). Sum of RGB (Red+Green+Blue) = 221+5+58=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD053A is #22FAC5. Grayscale: #4B4B4B. Windows color (decimal): -2292422 or 3802589. OLE color: 3802589.

HSL color Cylindrical-coordinate representation of color #DD053A: hue angle of 345.28º 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 #DD053A is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 5 58 -
CMYK 0 0.98 0.74 0.13
HSL 345.28º 0.96% 0.44% -
HSV(B) 345.28º 0.98% 0.87% -
XYZ 30.64 15.79 5.44 -
YUV 75.63 118.06 231.69 -
System Red Green Blue C M Y K H S L
Decimal 221 5 58 0 0.98 0.74 0.13 345.28 0.96 0.44
Hex DD 5 3A 0 62 4A D 159 60 2C
Octal 335 5 72 0 142 112 15 531 140 54
Binary 11011101 101 111010 0 1100010 1001010 1101 101011001 1100000 101100

Color Harmonies of #DD053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD053A

Black with #DD053A

Text Example


Text Example

White with #DD053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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