Html Css Color HEX #DD7151 Terra Cotta

📋 copy color: '#DD7151'

red 221 ◦ green 113 ◦ blue 81

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

Shades of Terra Cotta #DD7151

Tints of Terra Cotta #DD7151

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.23%

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

R = 53.25%
G = 27.23%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD7151 (or 0xDD7151) is known color: Terra Cotta. HEX triplet: DD, 71 and 51. RGB value is (221,113,81). Sum of RGB (Red+Green+Blue) = 221+113+81=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7151 is #228EAE. Grayscale: #8D8D8D. Windows color (decimal): -2264751 or 5337565. OLE color: 5337565.

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

Color convert

RGB 221 113 81 -
CMYK 0 0.49 0.63 0.13
HSL 13.71º 0.67% 0.59% -
HSV(B) 13.71º 0.63% 0.87% -
XYZ 37.21 27.78 11.18 -
YUV 141.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 221 113 81 0 0.49 0.63 0.13 13.71 0.67 0.59
Hex DD 71 51 0 31 3F D E 43 3B
Octal 335 161 121 0 61 77 15 16 103 73
Binary 11011101 1110001 1010001 0 110001 111111 1101 1110 1000011 111011

Color Harmonies of #DD7151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7151

Black with #DD7151

Text Example


Text Example

White with #DD7151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7151; }

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

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

background-color css

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

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

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

border-color css

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

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

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