Html Css Color HEX #DD0D46 Crimson

📋 copy color: '#DD0D46'

red 221 ◦ green 13 ◦ blue 70

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

Shades of Crimson #DD0D46

Tints of Crimson #DD0D46

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.28%

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

R = 72.7%
G = 4.28%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD0D46 (or 0xDD0D46) is known color: Crimson. HEX triplet: DD, 0D and 46. RGB value is (221,13,70). Sum of RGB (Red+Green+Blue) = 221+13+70=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D46 is #22F2B9. Grayscale: #515151. Windows color (decimal): -2290362 or 4591069. OLE color: 4591069.

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

Color convert

RGB 221 13 70 -
CMYK 0 0.94 0.68 0.13
HSL 343.56º 0.89% 0.46% -
HSV(B) 343.56º 0.94% 0.87% -
XYZ 31.07 16.1 7.26 -
YUV 81.69 121.41 227.37 -
System Red Green Blue C M Y K H S L
Decimal 221 13 70 0 0.94 0.68 0.13 343.56 0.89 0.46
Hex DD D 46 0 5E 44 D 158 59 2E
Octal 335 15 106 0 136 104 15 530 131 56
Binary 11011101 1101 1000110 0 1011110 1000100 1101 101011000 1011001 101110

Color Harmonies of #DD0D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D46

Black with #DD0D46

Text Example


Text Example

White with #DD0D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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