Html Css Color HEX #DD1346 Crimson

📋 copy color: '#DD1346'

red 221 ◦ green 19 ◦ blue 70

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

Shades of Crimson #DD1346

Tints of Crimson #DD1346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

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

R = 71.29%
G = 6.13%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD1346 (or 0xDD1346) is known color: Crimson. HEX triplet: DD, 13 and 46. RGB value is (221,19,70). Sum of RGB (Red+Green+Blue) = 221+19+70=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1346 is #22ECB9. Grayscale: #555555. Windows color (decimal): -2288826 or 4592605. OLE color: 4592605.

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

Color convert

RGB 221 19 70 -
CMYK 0 0.91 0.68 0.13
HSL 344.85º 0.84% 0.47% -
HSV(B) 344.85º 0.91% 0.87% -
XYZ 31.16 16.28 7.29 -
YUV 85.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 221 19 70 0 0.91 0.68 0.13 344.85 0.84 0.47
Hex DD 13 46 0 5B 44 D 159 54 2F
Octal 335 23 106 0 133 104 15 531 124 57
Binary 11011101 10011 1000110 0 1011011 1000100 1101 101011001 1010100 101111

Color Harmonies of #DD1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1346

Black with #DD1346

Text Example


Text Example

White with #DD1346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1346; }

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

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

background-color css

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

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

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

border-color css

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

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

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