Html Css Color HEX #DD0329 Crimson

📋 copy color: '#DD0329'

red 221 ◦ green 3 ◦ blue 41

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

Shades of Crimson #DD0329

Tints of Crimson #DD0329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 83.4%
G = 1.13%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD0329 (or 0xDD0329) is known color: Crimson. HEX triplet: DD, 03 and 29. RGB value is (221,3,41). Sum of RGB (Red+Green+Blue) = 221+3+41=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0329 is #22FCD6. Grayscale: #484848. Windows color (decimal): -2292951 or 2687965. OLE color: 2687965.

HSL color Cylindrical-coordinate representation of color #DD0329: hue angle of 349.54º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0329 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 41 -
CMYK 0 0.99 0.81 0.13
HSL 349.54º 0.97% 0.44% -
HSV(B) 349.54º 0.99% 0.87% -
XYZ 30.25 15.6 3.51 -
YUV 72.51 110.22 233.91 -
System Red Green Blue C M Y K H S L
Decimal 221 3 41 0 0.99 0.81 0.13 349.54 0.97 0.44
Hex DD 3 29 0 63 51 D 15E 61 2C
Octal 335 3 51 0 143 121 15 536 141 54
Binary 11011101 11 101001 0 1100011 1010001 1101 101011110 1100001 101100

Color Harmonies of #DD0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0329

Black with #DD0329

Text Example


Text Example

White with #DD0329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0329; }

 p { color: rgb(221,3,41); }

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

background-color css

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

 a { background-color: rgb(221,3,41); }

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

border-color css

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

 span { border-color: rgb(221,3,41); }

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