Html Css Color HEX #DD052C Crimson

📋 copy color: '#DD052C'

red 221 ◦ green 5 ◦ blue 44

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

Shades of Crimson #DD052C

Tints of Crimson #DD052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 81.85%
G = 1.85%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD052C (or 0xDD052C) is known color: Crimson. HEX triplet: DD, 05 and 2C. RGB value is (221,5,44). Sum of RGB (Red+Green+Blue) = 221+5+44=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD052C is #22FAD3. Grayscale: #4A4A4A. Windows color (decimal): -2292436 or 2885085. OLE color: 2885085.

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

Color convert

RGB 221 5 44 -
CMYK 0 0.98 0.80 0.13
HSL 349.17º 0.96% 0.44% -
HSV(B) 349.17º 0.98% 0.87% -
XYZ 30.33 15.66 3.81 -
YUV 74.03 111.06 232.83 -
System Red Green Blue C M Y K H S L
Decimal 221 5 44 0 0.98 0.80 0.13 349.17 0.96 0.44
Hex DD 5 2C 0 62 50 D 15D 60 2C
Octal 335 5 54 0 142 120 15 535 140 54
Binary 11011101 101 101100 0 1100010 1010000 1101 101011101 1100000 101100

Color Harmonies of #DD052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD052C

Black with #DD052C

Text Example


Text Example

White with #DD052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD052C; }

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

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

background-color css

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

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

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

border-color css

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

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

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