Html Css Color HEX #DD5133 Cinnabar

📋 copy color: '#DD5133'

red 221 ◦ green 81 ◦ blue 51

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

Shades of Cinnabar #DD5133

Tints of Cinnabar #DD5133

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.95%

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

R = 62.61%
G = 22.95%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5133 (or 0xDD5133) is known color: Cinnabar. HEX triplet: DD, 51 and 33. RGB value is (221,81,51). Sum of RGB (Red+Green+Blue) = 221+81+51=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5133 is #22AECC. Grayscale: #777777. Windows color (decimal): -2272973 or 3363293. OLE color: 3363293.

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

Color convert

RGB 221 81 51 -
CMYK 0 0.63 0.77 0.13
HSL 10.59º 0.71% 0.53% -
HSV(B) 10.59º 0.77% 0.87% -
XYZ 33.36 21.5 5.52 -
YUV 119.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 221 81 51 0 0.63 0.77 0.13 10.59 0.71 0.53
Hex DD 51 33 0 3F 4D D B 47 35
Octal 335 121 63 0 77 115 15 13 107 65
Binary 11011101 1010001 110011 0 111111 1001101 1101 1011 1000111 110101

Color Harmonies of #DD5133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5133

Black with #DD5133

Text Example


Text Example

White with #DD5133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5133; }

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

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

background-color css

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

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

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

border-color css

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

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

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