Html Css Color HEX #DD0145 Crimson

📋 copy color: '#DD0145'

red 221 ◦ green 1 ◦ blue 69

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

Shades of Crimson #DD0145

Tints of Crimson #DD0145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 75.95%
G = 0.34%
B = 23.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD0145 (or 0xDD0145) is known color: Crimson. HEX triplet: DD, 01 and 45. RGB value is (221,1,69). Sum of RGB (Red+Green+Blue) = 221+1+69=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0145 is #22FEBA. Grayscale: #4A4A4A. Windows color (decimal): -2293435 or 4522461. OLE color: 4522461.

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

Color convert

RGB 221 1 69 -
CMYK 0 1.00 0.69 0.13
HSL 341.45º 0.99% 0.44% -
HSV(B) 341.45º 1% 0.87% -
XYZ 30.9 15.82 7.06 -
YUV 74.53 124.89 232.47 -
System Red Green Blue C M Y K H S L
Decimal 221 1 69 0 1.00 0.69 0.13 341.45 0.99 0.44
Hex DD 1 45 0 64 45 D 155 63 2C
Octal 335 1 105 0 144 105 15 525 143 54
Binary 11011101 1 1000101 0 1100100 1000101 1101 101010101 1100011 101100

Color Harmonies of #DD0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0145

Black with #DD0145

Text Example


Text Example

White with #DD0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0145; }

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

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

background-color css

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

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

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

border-color css

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

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

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