Html Css Color HEX #D5570C Tenne (Tawny)

📋 copy color: '#D5570C'

red 213 ◦ green 87 ◦ blue 12

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

Shades of Tenne (Tawny) #D5570C

Tints of Tenne (Tawny) #D5570C

RGB

 RED value IS 213 (83.59% from 255) = 68.27%

 GREEN value IS 87 (34.38% from 255) = 27.88%

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 68.27%
G = 27.88%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5570C (or 0xD5570C) is known color: Tenne (Tawny). HEX triplet: D5, 57 and 0C. RGB value is (213,87,12). Sum of RGB (Red+Green+Blue) = 213+87+12=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5570C is #2AA8F3. Grayscale: #747474. Windows color (decimal): -2795764 or 808917. OLE color: 808917.

HSL color Cylindrical-coordinate representation of color #D5570C: hue angle of 22.39º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5570C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 12 -
CMYK 0 0.59 0.94 0.16
HSL 22.39º 0.89% 0.44% -
HSV(B) 22.39º 0.94% 0.84% -
XYZ 30.92 20.99 2.77 -
YUV 116.12 69.24 197.1 -
System Red Green Blue C M Y K H S L
Decimal 213 87 12 0 0.59 0.94 0.16 22.39 0.89 0.44
Hex D5 57 C 0 3B 5E 10 16 59 2C
Octal 325 127 14 0 73 136 20 26 131 54
Binary 11010101 1010111 1100 0 111011 1011110 10000 10110 1011001 101100

Color Harmonies of #D5570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5570C

Black with #D5570C

Text Example


Text Example

White with #D5570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5570C; }

 p { color: rgb(213,87,12); }

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

background-color css

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

 a { background-color: rgb(213,87,12); }

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

border-color css

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

 span { border-color: rgb(213,87,12); }

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