Html Css Color HEX #DD0929 Crimson

📋 copy color: '#DD0929'

red 221 ◦ green 9 ◦ blue 41

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

Shades of Crimson #DD0929

Tints of Crimson #DD0929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

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

R = 81.55%
G = 3.32%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD0929 (or 0xDD0929) is known color: Crimson. HEX triplet: DD, 09 and 29. RGB value is (221,9,41). Sum of RGB (Red+Green+Blue) = 221+9+41=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0929 is #22F6D6. Grayscale: #4C4C4C. Windows color (decimal): -2291415 or 2689501. OLE color: 2689501.

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

Color convert

RGB 221 9 41 -
CMYK 0 0.96 0.81 0.13
HSL 350.94º 0.92% 0.45% -
HSV(B) 350.94º 0.96% 0.87% -
XYZ 30.32 15.73 3.54 -
YUV 76.04 108.24 231.4 -
System Red Green Blue C M Y K H S L
Decimal 221 9 41 0 0.96 0.81 0.13 350.94 0.92 0.45
Hex DD 9 29 0 60 51 D 15F 5C 2D
Octal 335 11 51 0 140 121 15 537 134 55
Binary 11011101 1001 101001 0 1100000 1010001 1101 101011111 1011100 101101

Color Harmonies of #DD0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0929

Black with #DD0929

Text Example


Text Example

White with #DD0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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