Html Css Color HEX #DD7351 Burnt Sienna

📋 copy color: '#DD7351'

red 221 ◦ green 115 ◦ blue 81

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

Shades of Burnt Sienna #DD7351

Tints of Burnt Sienna #DD7351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

 BLUE value IS 81 (32.03% from 255) = 19.42%

R = 53%
G = 27.58%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD7351 (or 0xDD7351) is known color: Burnt Sienna. HEX triplet: DD, 73 and 51. RGB value is (221,115,81). Sum of RGB (Red+Green+Blue) = 221+115+81=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7351 is #228CAE. Grayscale: #8F8F8F. Windows color (decimal): -2264239 or 5338077. OLE color: 5338077.

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

Color convert

RGB 221 115 81 -
CMYK 0 0.48 0.63 0.13
HSL 14.57º 0.67% 0.59% -
HSV(B) 14.57º 0.63% 0.87% -
XYZ 37.43 28.23 11.26 -
YUV 142.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 221 115 81 0 0.48 0.63 0.13 14.57 0.67 0.59
Hex DD 73 51 0 30 3F D F 43 3B
Octal 335 163 121 0 60 77 15 17 103 73
Binary 11011101 1110011 1010001 0 110000 111111 1101 1111 1000011 111011

Color Harmonies of #DD7351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7351

Black with #DD7351

Text Example


Text Example

White with #DD7351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7351; }

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

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

background-color css

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

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

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

border-color css

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

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

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