Html Css Color HEX #DD5234 Cinnabar

📋 copy color: '#DD5234'

red 221 ◦ green 82 ◦ blue 52

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

Shades of Cinnabar #DD5234

Tints of Cinnabar #DD5234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.1%

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 62.25%
G = 23.1%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD5234 (or 0xDD5234) is known color: Cinnabar. HEX triplet: DD, 52 and 34. RGB value is (221,82,52). Sum of RGB (Red+Green+Blue) = 221+82+52=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5234 is #22ADCB. Grayscale: #787878. Windows color (decimal): -2272716 or 3429085. OLE color: 3429085.

HSL color Cylindrical-coordinate representation of color #DD5234: hue angle of 10.65º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD5234 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 52 -
CMYK 0 0.63 0.76 0.13
HSL 10.65º 0.71% 0.54% -
HSV(B) 10.65º 0.76% 0.87% -
XYZ 33.46 21.65 5.67 -
YUV 120.14 89.55 199.94 -
System Red Green Blue C M Y K H S L
Decimal 221 82 52 0 0.63 0.76 0.13 10.65 0.71 0.54
Hex DD 52 34 0 3F 4C D B 47 36
Octal 335 122 64 0 77 114 15 13 107 66
Binary 11011101 1010010 110100 0 111111 1001100 1101 1011 1000111 110110

Color Harmonies of #DD5234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5234

Black with #DD5234

Text Example


Text Example

White with #DD5234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5234; }

 p { color: rgb(221,82,52); }

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

background-color css

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

 a { background-color: rgb(221,82,52); }

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

border-color css

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

 span { border-color: rgb(221,82,52); }

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