Html Css Color HEX #DD0141 Crimson

📋 copy color: '#DD0141'

red 221 ◦ green 1 ◦ blue 65

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

Shades of Crimson #DD0141

Tints of Crimson #DD0141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 77%
G = 0.35%
B = 22.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD0141 (or 0xDD0141) is known color: Crimson. HEX triplet: DD, 01 and 41. RGB value is (221,1,65). Sum of RGB (Red+Green+Blue) = 221+1+65=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0141 is #22FEBE. Grayscale: #4A4A4A. Windows color (decimal): -2293439 or 4260317. OLE color: 4260317.

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

Color convert

RGB 221 1 65 -
CMYK 0 1.00 0.71 0.13
HSL 342.55º 0.99% 0.44% -
HSV(B) 342.55º 1% 0.87% -
XYZ 30.78 15.78 6.42 -
YUV 74.08 122.89 232.8 -
System Red Green Blue C M Y K H S L
Decimal 221 1 65 0 1.00 0.71 0.13 342.55 0.99 0.44
Hex DD 1 41 0 64 47 D 157 63 2C
Octal 335 1 101 0 144 107 15 527 143 54
Binary 11011101 1 1000001 0 1100100 1000111 1101 101010111 1100011 101100

Color Harmonies of #DD0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0141

Black with #DD0141

Text Example


Text Example

White with #DD0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0141; }

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

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

background-color css

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

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

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

border-color css

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

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

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