Html Css Color HEX #DD0247 Crimson

📋 copy color: '#DD0247'

red 221 ◦ green 2 ◦ blue 71

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

Shades of Crimson #DD0247

Tints of Crimson #DD0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 75.17%
G = 0.68%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD0247 (or 0xDD0247) is known color: Crimson. HEX triplet: DD, 02 and 47. RGB value is (221,2,71). Sum of RGB (Red+Green+Blue) = 221+2+71=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0247 is #22FDB8. Grayscale: #4B4B4B. Windows color (decimal): -2293177 or 4653789. OLE color: 4653789.

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

Color convert

RGB 221 2 71 -
CMYK 0 0.99 0.68 0.13
HSL 341.1º 0.98% 0.44% -
HSV(B) 341.1º 0.99% 0.87% -
XYZ 30.98 15.87 7.39 -
YUV 75.35 125.55 231.89 -
System Red Green Blue C M Y K H S L
Decimal 221 2 71 0 0.99 0.68 0.13 341.1 0.98 0.44
Hex DD 2 47 0 63 44 D 155 62 2C
Octal 335 2 107 0 143 104 15 525 142 54
Binary 11011101 10 1000111 0 1100011 1000100 1101 101010101 1100010 101100

Color Harmonies of #DD0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0247

Black with #DD0247

Text Example


Text Example

White with #DD0247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0247; }

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

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

background-color css

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

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

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

border-color css

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

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

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