Html Css Color HEX #DD1546 Crimson

📋 copy color: '#DD1546'

red 221 ◦ green 21 ◦ blue 70

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

Shades of Crimson #DD1546

Tints of Crimson #DD1546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

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

R = 70.83%
G = 6.73%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD1546 (or 0xDD1546) is known color: Crimson. HEX triplet: DD, 15 and 46. RGB value is (221,21,70). Sum of RGB (Red+Green+Blue) = 221+21+70=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1546 is #22EAB9. Grayscale: #565656. Windows color (decimal): -2288314 or 4593117. OLE color: 4593117.

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

Color convert

RGB 221 21 70 -
CMYK 0 0.90 0.68 0.13
HSL 345.3º 0.83% 0.47% -
HSV(B) 345.3º 0.9% 0.87% -
XYZ 31.19 16.35 7.31 -
YUV 86.39 118.76 224.02 -
System Red Green Blue C M Y K H S L
Decimal 221 21 70 0 0.90 0.68 0.13 345.3 0.83 0.47
Hex DD 15 46 0 5A 44 D 159 53 2F
Octal 335 25 106 0 132 104 15 531 123 57
Binary 11011101 10101 1000110 0 1011010 1000100 1101 101011001 1010011 101111

Color Harmonies of #DD1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1546

Black with #DD1546

Text Example


Text Example

White with #DD1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1546; }

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

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

background-color css

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

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

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

border-color css

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

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

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