Html Css Color HEX #DD0845 Crimson

📋 copy color: '#DD0845'

red 221 ◦ green 8 ◦ blue 69

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

Shades of Crimson #DD0845

Tints of Crimson #DD0845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 74.16%
G = 2.68%
B = 23.15%

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

#DD0845 (or 0xDD0845) is known color: Crimson. HEX triplet: DD, 08 and 45. RGB value is (221,8,69). Sum of RGB (Red+Green+Blue) = 221+8+69=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0845 is #22F7BA. Grayscale: #4E4E4E. Windows color (decimal): -2291643 or 4524253. OLE color: 4524253.

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

Color convert

RGB 221 8 69 -
CMYK 0 0.96 0.69 0.13
HSL 342.82º 0.93% 0.45% -
HSV(B) 342.82º 0.96% 0.87% -
XYZ 30.98 15.98 7.08 -
YUV 78.64 122.57 229.54 -
System Red Green Blue C M Y K H S L
Decimal 221 8 69 0 0.96 0.69 0.13 342.82 0.93 0.45
Hex DD 8 45 0 60 45 D 157 5D 2D
Octal 335 10 105 0 140 105 15 527 135 55
Binary 11011101 1000 1000101 0 1100000 1000101 1101 101010111 1011101 101101

Color Harmonies of #DD0845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0845

Black with #DD0845

Text Example


Text Example

White with #DD0845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0845; }

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

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

background-color css

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

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

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

border-color css

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

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

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