Html Css Color HEX #DD0229 Crimson

📋 copy color: '#DD0229'

red 221 ◦ green 2 ◦ blue 41

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

Shades of Crimson #DD0229

Tints of Crimson #DD0229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 83.71%
G = 0.76%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD0229 (or 0xDD0229) is known color: Crimson. HEX triplet: DD, 02 and 29. RGB value is (221,2,41). Sum of RGB (Red+Green+Blue) = 221+2+41=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0229 is #22FDD6. Grayscale: #474747. Windows color (decimal): -2293207 or 2687709. OLE color: 2687709.

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

Color convert

RGB 221 2 41 -
CMYK 0 0.99 0.81 0.13
HSL 349.32º 0.98% 0.44% -
HSV(B) 349.32º 0.99% 0.87% -
XYZ 30.24 15.58 3.51 -
YUV 71.93 110.55 234.33 -
System Red Green Blue C M Y K H S L
Decimal 221 2 41 0 0.99 0.81 0.13 349.32 0.98 0.44
Hex DD 2 29 0 63 51 D 15D 62 2C
Octal 335 2 51 0 143 121 15 535 142 54
Binary 11011101 10 101001 0 1100011 1010001 1101 101011101 1100010 101100

Color Harmonies of #DD0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0229

Black with #DD0229

Text Example


Text Example

White with #DD0229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0229; }

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

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

background-color css

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

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

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

border-color css

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

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

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