Html Css Color HEX #DD053D Crimson

📋 copy color: '#DD053D'

red 221 ◦ green 5 ◦ blue 61

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

Shades of Crimson #DD053D

Tints of Crimson #DD053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 77%
G = 1.74%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD053D (or 0xDD053D) is known color: Crimson. HEX triplet: DD, 05 and 3D. RGB value is (221,5,61). Sum of RGB (Red+Green+Blue) = 221+5+61=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD053D is #22FAC2. Grayscale: #4B4B4B. Windows color (decimal): -2292419 or 3999197. OLE color: 3999197.

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

Color convert

RGB 221 5 61 -
CMYK 0 0.98 0.72 0.13
HSL 344.44º 0.96% 0.44% -
HSV(B) 344.44º 0.98% 0.87% -
XYZ 30.72 15.82 5.85 -
YUV 75.97 119.56 231.45 -
System Red Green Blue C M Y K H S L
Decimal 221 5 61 0 0.98 0.72 0.13 344.44 0.96 0.44
Hex DD 5 3D 0 62 48 D 158 60 2C
Octal 335 5 75 0 142 110 15 530 140 54
Binary 11011101 101 111101 0 1100010 1001000 1101 101011000 1100000 101100

Color Harmonies of #DD053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD053D

Black with #DD053D

Text Example


Text Example

White with #DD053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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