Html Css Color HEX #DD0246 Crimson

📋 copy color: '#DD0246'

red 221 ◦ green 2 ◦ blue 70

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

Shades of Crimson #DD0246

Tints of Crimson #DD0246

RGB

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

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

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

R = 75.43%
G = 0.68%
B = 23.89%

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

#DD0246 (or 0xDD0246) is known color: Crimson. HEX triplet: DD, 02 and 46. RGB value is (221,2,70). Sum of RGB (Red+Green+Blue) = 221+2+70=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0246 is #22FDB9. Grayscale: #4B4B4B. Windows color (decimal): -2293178 or 4588253. OLE color: 4588253.

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

Color convert

RGB 221 2 70 -
CMYK 0 0.99 0.68 0.13
HSL 341.37º 0.98% 0.44% -
HSV(B) 341.37º 0.99% 0.87% -
XYZ 30.95 15.86 7.22 -
YUV 75.23 125.05 231.97 -
System Red Green Blue C M Y K H S L
Decimal 221 2 70 0 0.99 0.68 0.13 341.37 0.98 0.44
Hex DD 2 46 0 63 44 D 155 62 2C
Octal 335 2 106 0 143 104 15 525 142 54
Binary 11011101 10 1000110 0 1100011 1000100 1101 101010101 1100010 101100

Color Harmonies of #DD0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0246

Black with #DD0246

Text Example


Text Example

White with #DD0246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0246; }

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

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

background-color css

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

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

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

border-color css

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

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

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