Html Css Color HEX #DD0729 Crimson

📋 copy color: '#DD0729'

red 221 ◦ green 7 ◦ blue 41

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

Shades of Crimson #DD0729

Tints of Crimson #DD0729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

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

R = 82.16%
G = 2.6%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD0729 (or 0xDD0729) is known color: Crimson. HEX triplet: DD, 07 and 29. RGB value is (221,7,41). Sum of RGB (Red+Green+Blue) = 221+7+41=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0729 is #22F8D6. Grayscale: #4A4A4A. Windows color (decimal): -2291927 or 2688989. OLE color: 2688989.

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

Color convert

RGB 221 7 41 -
CMYK 0 0.97 0.81 0.13
HSL 350.47º 0.94% 0.45% -
HSV(B) 350.47º 0.97% 0.87% -
XYZ 30.3 15.68 3.53 -
YUV 74.86 108.9 232.24 -
System Red Green Blue C M Y K H S L
Decimal 221 7 41 0 0.97 0.81 0.13 350.47 0.94 0.45
Hex DD 7 29 0 61 51 D 15E 5E 2D
Octal 335 7 51 0 141 121 15 536 136 55
Binary 11011101 111 101001 0 1100001 1010001 1101 101011110 1011110 101101

Color Harmonies of #DD0729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0729

Black with #DD0729

Text Example


Text Example

White with #DD0729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0729; }

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

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

background-color css

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

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

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

border-color css

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

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

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