Html Css Color HEX #DD1641 Crimson

📋 copy color: '#DD1641'

red 221 ◦ green 22 ◦ blue 65

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

Shades of Crimson #DD1641

Tints of Crimson #DD1641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 71.75%
G = 7.14%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD1641 (or 0xDD1641) is known color: Crimson. HEX triplet: DD, 16 and 41. RGB value is (221,22,65). Sum of RGB (Red+Green+Blue) = 221+22+65=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1641 is #22E9BE. Grayscale: #565656. Windows color (decimal): -2288063 or 4265693. OLE color: 4265693.

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

Color convert

RGB 221 22 65 -
CMYK 0 0.90 0.71 0.13
HSL 347.04º 0.82% 0.48% -
HSV(B) 347.04º 0.9% 0.87% -
XYZ 31.06 16.33 6.52 -
YUV 86.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 221 22 65 0 0.90 0.71 0.13 347.04 0.82 0.48
Hex DD 16 41 0 5A 47 D 15B 52 30
Octal 335 26 101 0 132 107 15 533 122 60
Binary 11011101 10110 1000001 0 1011010 1000111 1101 101011011 1010010 110000

Color Harmonies of #DD1641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1641

Black with #DD1641

Text Example


Text Example

White with #DD1641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1641; }

 p { color: rgb(221,22,65); }

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

background-color css

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

 a { background-color: rgb(221,22,65); }

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

border-color css

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

 span { border-color: rgb(221,22,65); }

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