Html Css Color HEX #DD5033 Cinnabar

📋 copy color: '#DD5033'

red 221 ◦ green 80 ◦ blue 51

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

Shades of Cinnabar #DD5033

Tints of Cinnabar #DD5033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.49%

R = 62.78%
G = 22.73%
B = 14.49%

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

#DD5033 (or 0xDD5033) is known color: Cinnabar. HEX triplet: DD, 50 and 33. RGB value is (221,80,51). Sum of RGB (Red+Green+Blue) = 221+80+51=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5033 is #22AFCC. Grayscale: #777777. Windows color (decimal): -2273229 or 3363037. OLE color: 3363037.

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

Color convert

RGB 221 80 51 -
CMYK 0 0.64 0.77 0.13
HSL 10.24º 0.71% 0.53% -
HSV(B) 10.24º 0.77% 0.87% -
XYZ 33.29 21.35 5.5 -
YUV 118.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 221 80 51 0 0.64 0.77 0.13 10.24 0.71 0.53
Hex DD 50 33 0 40 4D D A 47 35
Octal 335 120 63 0 100 115 15 12 107 65
Binary 11011101 1010000 110011 0 1000000 1001101 1101 1010 1000111 110101

Color Harmonies of #DD5033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5033

Black with #DD5033

Text Example


Text Example

White with #DD5033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5033; }

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

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

background-color css

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

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

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

border-color css

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

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

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