Html Css Color HEX #DD0041 Crimson

📋 copy color: '#DD0041'

red 221 ◦ green 0 ◦ blue 65

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

Shades of Crimson #DD0041

Tints of Crimson #DD0041

RGB

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

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

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

R = 77.27%
G = 0%
B = 22.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD0041 (or 0xDD0041) is known color: Crimson. HEX triplet: DD, 00 and 41. RGB value is (221,0,65). Sum of RGB (Red+Green+Blue) = 221+0+65=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0041 is #22FFBE. Grayscale: #494949. Windows color (decimal): -2293695 or 4260061. OLE color: 4260061.

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

Color convert

RGB 221 0 65 -
CMYK 0 1 0.71 0.13
HSL 342.35º 1% 0.43% -
HSV(B) 342.35º 1% 0.87% -
XYZ 30.77 15.75 6.42 -
YUV 73.49 123.22 233.21 -
System Red Green Blue C M Y K H S L
Decimal 221 0 65 0 1 0.71 0.13 342.35 1 0.43
Hex DD 0 41 0 64 47 D 156 64 2B
Octal 335 0 101 0 144 107 15 526 144 53
Binary 11011101 0 1000001 0 1100100 1000111 1101 101010110 1100100 101011

Color Harmonies of #DD0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0041

Black with #DD0041

Text Example


Text Example

White with #DD0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0041; }

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

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

background-color css

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

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

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

border-color css

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

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

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