Html Css Color HEX #DD0346 Crimson

📋 copy color: '#DD0346'

red 221 ◦ green 3 ◦ blue 70

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

Shades of Crimson #DD0346

Tints of Crimson #DD0346

RGB

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

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

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

R = 75.17%
G = 1.02%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD0346 (or 0xDD0346) is known color: Crimson. HEX triplet: DD, 03 and 46. RGB value is (221,3,70). Sum of RGB (Red+Green+Blue) = 221+3+70=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0346 is #22FCB9. Grayscale: #4B4B4B. Windows color (decimal): -2292922 or 4588509. OLE color: 4588509.

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

Color convert

RGB 221 3 70 -
CMYK 0 0.99 0.68 0.13
HSL 341.56º 0.97% 0.44% -
HSV(B) 341.56º 0.99% 0.87% -
XYZ 30.96 15.88 7.23 -
YUV 75.82 124.72 231.55 -
System Red Green Blue C M Y K H S L
Decimal 221 3 70 0 0.99 0.68 0.13 341.56 0.97 0.44
Hex DD 3 46 0 63 44 D 156 61 2C
Octal 335 3 106 0 143 104 15 526 141 54
Binary 11011101 11 1000110 0 1100011 1000100 1101 101010110 1100001 101100

Color Harmonies of #DD0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0346

Black with #DD0346

Text Example


Text Example

White with #DD0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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