Html Css Color HEX #DD5032 Cinnabar

📋 copy color: '#DD5032'

red 221 ◦ green 80 ◦ blue 50

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

Shades of Cinnabar #DD5032

Tints of Cinnabar #DD5032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 62.96%
G = 22.79%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5032 (or 0xDD5032) is known color: Cinnabar. HEX triplet: DD, 50 and 32. RGB value is (221,80,50). Sum of RGB (Red+Green+Blue) = 221+80+50=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5032 is #22AFCD. Grayscale: #777777. Windows color (decimal): -2273230 or 3297501. OLE color: 3297501.

HSL color Cylindrical-coordinate representation of color #DD5032: hue angle of 10.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD5032 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 50 -
CMYK 0 0.64 0.77 0.13
HSL 10.53º 0.72% 0.53% -
HSV(B) 10.53º 0.77% 0.87% -
XYZ 33.26 21.34 5.38 -
YUV 118.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 221 80 50 0 0.64 0.77 0.13 10.53 0.72 0.53
Hex DD 50 32 0 40 4D D B 48 35
Octal 335 120 62 0 100 115 15 13 110 65
Binary 11011101 1010000 110010 0 1000000 1001101 1101 1011 1001000 110101

Color Harmonies of #DD5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5032

Black with #DD5032

Text Example


Text Example

White with #DD5032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5032; }

 p { color: rgb(221,80,50); }

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

background-color css

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

 a { background-color: rgb(221,80,50); }

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

border-color css

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

 span { border-color: rgb(221,80,50); }

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