Html Css Color HEX #DD0841 Crimson

📋 copy color: '#DD0841'

red 221 ◦ green 8 ◦ blue 65

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

Shades of Crimson #DD0841

Tints of Crimson #DD0841

RGB

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

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

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

R = 75.17%
G = 2.72%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD0841 (or 0xDD0841) is known color: Crimson. HEX triplet: DD, 08 and 41. RGB value is (221,8,65). Sum of RGB (Red+Green+Blue) = 221+8+65=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0841 is #22F7BE. Grayscale: #4E4E4E. Windows color (decimal): -2291647 or 4262109. OLE color: 4262109.

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

Color convert

RGB 221 8 65 -
CMYK 0 0.96 0.71 0.13
HSL 343.94º 0.93% 0.45% -
HSV(B) 343.94º 0.96% 0.87% -
XYZ 30.86 15.93 6.45 -
YUV 78.19 120.57 229.87 -
System Red Green Blue C M Y K H S L
Decimal 221 8 65 0 0.96 0.71 0.13 343.94 0.93 0.45
Hex DD 8 41 0 60 47 D 158 5D 2D
Octal 335 10 101 0 140 107 15 530 135 55
Binary 11011101 1000 1000001 0 1100000 1000111 1101 101011000 1011101 101101

Color Harmonies of #DD0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0841

Black with #DD0841

Text Example


Text Example

White with #DD0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0841; }

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

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

background-color css

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

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

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

border-color css

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

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

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