Html Css Color HEX #DD0046 Crimson

📋 copy color: '#DD0046'

red 221 ◦ green 0 ◦ blue 70

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

Shades of Crimson #DD0046

Tints of Crimson #DD0046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.95%
G = 0%
B = 24.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD0046 (or 0xDD0046) is known color: Crimson. HEX triplet: DD, 00 and 46. RGB value is (221,0,70). Sum of RGB (Red+Green+Blue) = 221+0+70=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0046 is #22FFB9. Grayscale: #4A4A4A. Windows color (decimal): -2293690 or 4587741. OLE color: 4587741.

HSL color Cylindrical-coordinate representation of color #DD0046: hue angle of 341º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0046 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 70 -
CMYK 0 1 0.68 0.13
HSL 341º 1% 0.43% -
HSV(B) 341º 1% 0.87% -
XYZ 30.92 15.81 7.22 -
YUV 74.06 125.72 232.81 -
System Red Green Blue C M Y K H S L
Decimal 221 0 70 0 1 0.68 0.13 341 1 0.43
Hex DD 0 46 0 64 44 D 155 64 2B
Octal 335 0 106 0 144 104 15 525 144 53
Binary 11011101 0 1000110 0 1100100 1000100 1101 101010101 1100100 101011

Color Harmonies of #DD0046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0046

Black with #DD0046

Text Example


Text Example

White with #DD0046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0046; }

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

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

background-color css

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

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

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

border-color css

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

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

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