Html Css Color HEX #DD0147 Crimson

📋 copy color: '#DD0147'

red 221 ◦ green 1 ◦ blue 71

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

Shades of Crimson #DD0147

Tints of Crimson #DD0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 75.43%
G = 0.34%
B = 24.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD0147 (or 0xDD0147) is known color: Crimson. HEX triplet: DD, 01 and 47. RGB value is (221,1,71). Sum of RGB (Red+Green+Blue) = 221+1+71=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0147 is #22FEB8. Grayscale: #4A4A4A. Windows color (decimal): -2293433 or 4653533. OLE color: 4653533.

HSL color Cylindrical-coordinate representation of color #DD0147: hue angle of 340.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0147 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 71 -
CMYK 0 1.00 0.68 0.13
HSL 340.91º 0.99% 0.44% -
HSV(B) 340.91º 1% 0.87% -
XYZ 30.97 15.85 7.39 -
YUV 74.76 125.89 232.31 -
System Red Green Blue C M Y K H S L
Decimal 221 1 71 0 1.00 0.68 0.13 340.91 0.99 0.44
Hex DD 1 47 0 64 44 D 155 63 2C
Octal 335 1 107 0 144 104 15 525 143 54
Binary 11011101 1 1000111 0 1100100 1000100 1101 101010101 1100011 101100

Color Harmonies of #DD0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0147

Black with #DD0147

Text Example


Text Example

White with #DD0147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0147; }

 p { color: rgb(221,1,71); }

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

background-color css

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

 a { background-color: rgb(221,1,71); }

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

border-color css

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

 span { border-color: rgb(221,1,71); }

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