Html Css Color HEX #DD0045 Crimson

📋 copy color: '#DD0045'

red 221 ◦ green 0 ◦ blue 69

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

Shades of Crimson #DD0045

Tints of Crimson #DD0045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.21%
G = 0%
B = 23.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD0045 (or 0xDD0045) is known color: Crimson. HEX triplet: DD, 00 and 45. RGB value is (221,0,69). Sum of RGB (Red+Green+Blue) = 221+0+69=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0045 is #22FFBA. Grayscale: #494949. Windows color (decimal): -2293691 or 4522205. OLE color: 4522205.

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

Color convert

RGB 221 0 69 -
CMYK 0 1 0.69 0.13
HSL 341.27º 1% 0.43% -
HSV(B) 341.27º 1% 0.87% -
XYZ 30.89 15.8 7.05 -
YUV 73.95 125.22 232.89 -
System Red Green Blue C M Y K H S L
Decimal 221 0 69 0 1 0.69 0.13 341.27 1 0.43
Hex DD 0 45 0 64 45 D 155 64 2B
Octal 335 0 105 0 144 105 15 525 144 53
Binary 11011101 0 1000101 0 1100100 1000101 1101 101010101 1100100 101011

Color Harmonies of #DD0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0045

Black with #DD0045

Text Example


Text Example

White with #DD0045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0045; }

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

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

background-color css

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

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

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

border-color css

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

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

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