Html Css Color HEX #DD0844 Crimson

📋 copy color: '#DD0844'

red 221 ◦ green 8 ◦ blue 68

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

Shades of Crimson #DD0844

Tints of Crimson #DD0844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 74.41%
G = 2.69%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD0844 (or 0xDD0844) is known color: Crimson. HEX triplet: DD, 08 and 44. RGB value is (221,8,68). Sum of RGB (Red+Green+Blue) = 221+8+68=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0844 is #22F7BB. Grayscale: #4E4E4E. Windows color (decimal): -2291644 or 4458717. OLE color: 4458717.

HSL color Cylindrical-coordinate representation of color #DD0844: hue angle of 343.1º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0844 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 68 -
CMYK 0 0.96 0.69 0.13
HSL 343.1º 0.93% 0.45% -
HSV(B) 343.1º 0.96% 0.87% -
XYZ 30.95 15.96 6.92 -
YUV 78.53 122.07 229.62 -
System Red Green Blue C M Y K H S L
Decimal 221 8 68 0 0.96 0.69 0.13 343.1 0.93 0.45
Hex DD 8 44 0 60 45 D 157 5D 2D
Octal 335 10 104 0 140 105 15 527 135 55
Binary 11011101 1000 1000100 0 1100000 1000101 1101 101010111 1011101 101101

Color Harmonies of #DD0844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0844

Black with #DD0844

Text Example


Text Example

White with #DD0844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0844; }

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

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

background-color css

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

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

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

border-color css

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

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

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