Html Css Color HEX #D5570E Tenne (Tawny)

📋 copy color: '#D5570E'

red 213 ◦ green 87 ◦ blue 14

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

Shades of Tenne (Tawny) #D5570E

Tints of Tenne (Tawny) #D5570E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 67.83%
G = 27.71%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5570E (or 0xD5570E) is known color: Tenne (Tawny). HEX triplet: D5, 57 and 0E. RGB value is (213,87,14). Sum of RGB (Red+Green+Blue) = 213+87+14=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5570E is #2AA8F1. Grayscale: #747474. Windows color (decimal): -2795762 or 939989. OLE color: 939989.

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

Color convert

RGB 213 87 14 -
CMYK 0 0.59 0.93 0.16
HSL 22.01º 0.88% 0.45% -
HSV(B) 22.01º 0.93% 0.84% -
XYZ 30.93 20.99 2.84 -
YUV 116.35 70.24 196.94 -
System Red Green Blue C M Y K H S L
Decimal 213 87 14 0 0.59 0.93 0.16 22.01 0.88 0.45
Hex D5 57 E 0 3B 5D 10 16 58 2D
Octal 325 127 16 0 73 135 20 26 130 55
Binary 11010101 1010111 1110 0 111011 1011101 10000 10110 1011000 101101

Color Harmonies of #D5570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5570E

Black with #D5570E

Text Example


Text Example

White with #D5570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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