Html Css Color HEX #DD0528 Crimson

📋 copy color: '#DD0528'

red 221 ◦ green 5 ◦ blue 40

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

Shades of Crimson #DD0528

Tints of Crimson #DD0528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 83.08%
G = 1.88%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD0528 (or 0xDD0528) is known color: Crimson. HEX triplet: DD, 05 and 28. RGB value is (221,5,40). Sum of RGB (Red+Green+Blue) = 221+5+40=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0528 is #22FAD7. Grayscale: #494949. Windows color (decimal): -2292440 or 2622941. OLE color: 2622941.

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

Color convert

RGB 221 5 40 -
CMYK 0 0.98 0.82 0.13
HSL 350.28º 0.96% 0.44% -
HSV(B) 350.28º 0.98% 0.87% -
XYZ 30.26 15.63 3.43 -
YUV 73.57 109.06 233.15 -
System Red Green Blue C M Y K H S L
Decimal 221 5 40 0 0.98 0.82 0.13 350.28 0.96 0.44
Hex DD 5 28 0 62 52 D 15E 60 2C
Octal 335 5 50 0 142 122 15 536 140 54
Binary 11011101 101 101000 0 1100010 1010010 1101 101011110 1100000 101100

Color Harmonies of #DD0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0528

Black with #DD0528

Text Example


Text Example

White with #DD0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0528; }

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

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

background-color css

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

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

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

border-color css

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

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

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