Html Css Color HEX #DD0241 Crimson

📋 copy color: '#DD0241'

red 221 ◦ green 2 ◦ blue 65

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

Shades of Crimson #DD0241

Tints of Crimson #DD0241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 76.74%
G = 0.69%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD0241 (or 0xDD0241) is known color: Crimson. HEX triplet: DD, 02 and 41. RGB value is (221,2,65). Sum of RGB (Red+Green+Blue) = 221+2+65=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0241 is #22FDBE. Grayscale: #4A4A4A. Windows color (decimal): -2293183 or 4260573. OLE color: 4260573.

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

Color convert

RGB 221 2 65 -
CMYK 0 0.99 0.71 0.13
HSL 342.74º 0.98% 0.44% -
HSV(B) 342.74º 0.99% 0.87% -
XYZ 30.79 15.8 6.43 -
YUV 74.66 122.55 232.38 -
System Red Green Blue C M Y K H S L
Decimal 221 2 65 0 0.99 0.71 0.13 342.74 0.98 0.44
Hex DD 2 41 0 63 47 D 157 62 2C
Octal 335 2 101 0 143 107 15 527 142 54
Binary 11011101 10 1000001 0 1100011 1000111 1101 101010111 1100010 101100

Color Harmonies of #DD0241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0241

Black with #DD0241

Text Example


Text Example

White with #DD0241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0241; }

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

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

background-color css

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

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

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

border-color css

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

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

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