Html Css Color HEX #DD0746 Crimson

📋 copy color: '#DD0746'

red 221 ◦ green 7 ◦ blue 70

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

Shades of Crimson #DD0746

Tints of Crimson #DD0746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 74.16%
G = 2.35%
B = 23.49%

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

#DD0746 (or 0xDD0746) is known color: Crimson. HEX triplet: DD, 07 and 46. RGB value is (221,7,70). Sum of RGB (Red+Green+Blue) = 221+7+70=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0746 is #22F8B9. Grayscale: #4E4E4E. Windows color (decimal): -2291898 or 4589533. OLE color: 4589533.

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

Color convert

RGB 221 7 70 -
CMYK 0 0.97 0.68 0.13
HSL 342.34º 0.94% 0.45% -
HSV(B) 342.34º 0.97% 0.87% -
XYZ 31 15.97 7.24 -
YUV 78.17 123.4 229.88 -
System Red Green Blue C M Y K H S L
Decimal 221 7 70 0 0.97 0.68 0.13 342.34 0.94 0.45
Hex DD 7 46 0 61 44 D 156 5E 2D
Octal 335 7 106 0 141 104 15 526 136 55
Binary 11011101 111 1000110 0 1100001 1000100 1101 101010110 1011110 101101

Color Harmonies of #DD0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0746

Black with #DD0746

Text Example


Text Example

White with #DD0746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0746; }

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

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

background-color css

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

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

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

border-color css

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

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

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