Html Css Color HEX #DD1344 Crimson

📋 copy color: '#DD1344'

red 221 ◦ green 19 ◦ blue 68

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

Shades of Crimson #DD1344

Tints of Crimson #DD1344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 71.75%
G = 6.17%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD1344 (or 0xDD1344) is known color: Crimson. HEX triplet: DD, 13 and 44. RGB value is (221,19,68). Sum of RGB (Red+Green+Blue) = 221+19+68=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1344 is #22ECBB. Grayscale: #545454. Windows color (decimal): -2288828 or 4461533. OLE color: 4461533.

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

Color convert

RGB 221 19 68 -
CMYK 0 0.91 0.69 0.13
HSL 345.45º 0.84% 0.47% -
HSV(B) 345.45º 0.91% 0.87% -
XYZ 31.1 16.26 6.97 -
YUV 84.98 118.42 225.02 -
System Red Green Blue C M Y K H S L
Decimal 221 19 68 0 0.91 0.69 0.13 345.45 0.84 0.47
Hex DD 13 44 0 5B 45 D 159 54 2F
Octal 335 23 104 0 133 105 15 531 124 57
Binary 11011101 10011 1000100 0 1011011 1000101 1101 101011001 1010100 101111

Color Harmonies of #DD1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1344

Black with #DD1344

Text Example


Text Example

White with #DD1344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1344; }

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

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

background-color css

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

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

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

border-color css

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

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

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