Html Css Color HEX #DD0747 Crimson

📋 copy color: '#DD0747'

red 221 ◦ green 7 ◦ blue 71

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

Shades of Crimson #DD0747

Tints of Crimson #DD0747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.75%

R = 73.91%
G = 2.34%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD0747 (or 0xDD0747) is known color: Crimson. HEX triplet: DD, 07 and 47. RGB value is (221,7,71). Sum of RGB (Red+Green+Blue) = 221+7+71=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0747 is #22F8B8. Grayscale: #4E4E4E. Windows color (decimal): -2291897 or 4655069. OLE color: 4655069.

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

Color convert

RGB 221 7 71 -
CMYK 0 0.97 0.68 0.13
HSL 342.06º 0.94% 0.45% -
HSV(B) 342.06º 0.97% 0.87% -
XYZ 31.03 15.98 7.41 -
YUV 78.28 123.9 229.8 -
System Red Green Blue C M Y K H S L
Decimal 221 7 71 0 0.97 0.68 0.13 342.06 0.94 0.45
Hex DD 7 47 0 61 44 D 156 5E 2D
Octal 335 7 107 0 141 104 15 526 136 55
Binary 11011101 111 1000111 0 1100001 1000100 1101 101010110 1011110 101101

Color Harmonies of #DD0747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0747

Black with #DD0747

Text Example


Text Example

White with #DD0747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0747; }

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

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

background-color css

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

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

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

border-color css

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

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

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