Html Css Color HEX #DD5236 Cinnabar

📋 copy color: '#DD5236'

red 221 ◦ green 82 ◦ blue 54

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

Shades of Cinnabar #DD5236

Tints of Cinnabar #DD5236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 61.9%
G = 22.97%
B = 15.13%

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

#DD5236 (or 0xDD5236) is known color: Cinnabar. HEX triplet: DD, 52 and 36. RGB value is (221,82,54). Sum of RGB (Red+Green+Blue) = 221+82+54=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5236 is #22ADC9. Grayscale: #787878. Windows color (decimal): -2272714 or 3560157. OLE color: 3560157.

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

Color convert

RGB 221 82 54 -
CMYK 0 0.63 0.76 0.13
HSL 10.06º 0.71% 0.54% -
HSV(B) 10.06º 0.76% 0.87% -
XYZ 33.5 21.67 5.91 -
YUV 120.37 90.55 199.78 -
System Red Green Blue C M Y K H S L
Decimal 221 82 54 0 0.63 0.76 0.13 10.06 0.71 0.54
Hex DD 52 36 0 3F 4C D A 47 36
Octal 335 122 66 0 77 114 15 12 107 66
Binary 11011101 1010010 110110 0 111111 1001100 1101 1010 1000111 110110

Color Harmonies of #DD5236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5236

Black with #DD5236

Text Example


Text Example

White with #DD5236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5236; }

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

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

background-color css

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

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

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

border-color css

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

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

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