Html Css Color HEX #DD0537 Crimson

📋 copy color: '#DD0537'

red 221 ◦ green 5 ◦ blue 55

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

Shades of Crimson #DD0537

Tints of Crimson #DD0537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 78.65%
G = 1.78%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD0537 (or 0xDD0537) is known color: Crimson. HEX triplet: DD, 05 and 37. RGB value is (221,5,55). Sum of RGB (Red+Green+Blue) = 221+5+55=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0537 is #22FAC8. Grayscale: #4B4B4B. Windows color (decimal): -2292425 or 3605981. OLE color: 3605981.

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

Color convert

RGB 221 5 55 -
CMYK 0 0.98 0.75 0.13
HSL 346.11º 0.96% 0.44% -
HSV(B) 346.11º 0.98% 0.87% -
XYZ 30.56 15.76 5.04 -
YUV 75.28 116.56 231.93 -
System Red Green Blue C M Y K H S L
Decimal 221 5 55 0 0.98 0.75 0.13 346.11 0.96 0.44
Hex DD 5 37 0 62 4B D 15A 60 2C
Octal 335 5 67 0 142 113 15 532 140 54
Binary 11011101 101 110111 0 1100010 1001011 1101 101011010 1100000 101100

Color Harmonies of #DD0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0537

Black with #DD0537

Text Example


Text Example

White with #DD0537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0537; }

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

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

background-color css

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

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

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

border-color css

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

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

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