Html Css Color HEX #D5570D Tenne (Tawny)

📋 copy color: '#D5570D'

red 213 ◦ green 87 ◦ blue 13

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

Shades of Tenne (Tawny) #D5570D

Tints of Tenne (Tawny) #D5570D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 68.05%
G = 27.8%
B = 4.15%

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

#D5570D (or 0xD5570D) is known color: Tenne (Tawny). HEX triplet: D5, 57 and 0D. RGB value is (213,87,13). Sum of RGB (Red+Green+Blue) = 213+87+13=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5570D is #2AA8F2. Grayscale: #747474. Windows color (decimal): -2795763 or 874453. OLE color: 874453.

HSL color Cylindrical-coordinate representation of color #D5570D: hue angle of 22.2º degrees, saturation: 0.88, 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 #D5570D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 13 -
CMYK 0 0.59 0.94 0.16
HSL 22.2º 0.88% 0.44% -
HSV(B) 22.2º 0.94% 0.84% -
XYZ 30.92 20.99 2.8 -
YUV 116.24 69.74 197.02 -
System Red Green Blue C M Y K H S L
Decimal 213 87 13 0 0.59 0.94 0.16 22.2 0.88 0.44
Hex D5 57 D 0 3B 5E 10 16 58 2C
Octal 325 127 15 0 73 136 20 26 130 54
Binary 11010101 1010111 1101 0 111011 1011110 10000 10110 1011000 101100

Color Harmonies of #D5570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5570D

Black with #D5570D

Text Example


Text Example

White with #D5570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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