Html Css Color HEX #DD0244 Crimson

📋 copy color: '#DD0244'

red 221 ◦ green 2 ◦ blue 68

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

Shades of Crimson #DD0244

Tints of Crimson #DD0244

RGB

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

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

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

R = 75.95%
G = 0.69%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD0244 (or 0xDD0244) is known color: Crimson. HEX triplet: DD, 02 and 44. RGB value is (221,2,68). Sum of RGB (Red+Green+Blue) = 221+2+68=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0244 is #22FDBB. Grayscale: #4A4A4A. Windows color (decimal): -2293180 or 4457181. OLE color: 4457181.

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

Color convert

RGB 221 2 68 -
CMYK 0 0.99 0.69 0.13
HSL 341.92º 0.98% 0.44% -
HSV(B) 341.92º 0.99% 0.87% -
XYZ 30.88 15.83 6.9 -
YUV 75.01 124.05 232.13 -
System Red Green Blue C M Y K H S L
Decimal 221 2 68 0 0.99 0.69 0.13 341.92 0.98 0.44
Hex DD 2 44 0 63 45 D 156 62 2C
Octal 335 2 104 0 143 105 15 526 142 54
Binary 11011101 10 1000100 0 1100011 1000101 1101 101010110 1100010 101100

Color Harmonies of #DD0244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0244

Black with #DD0244

Text Example


Text Example

White with #DD0244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0244; }

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

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

background-color css

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

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

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

border-color css

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

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

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