Html Css Color HEX #D5570B Tenne (Tawny)

📋 copy color: '#D5570B'

red 213 ◦ green 87 ◦ blue 11

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

Shades of Tenne (Tawny) #D5570B

Tints of Tenne (Tawny) #D5570B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 68.49%
G = 27.97%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5570B (or 0xD5570B) is known color: Tenne (Tawny). HEX triplet: D5, 57 and 0B. RGB value is (213,87,11). Sum of RGB (Red+Green+Blue) = 213+87+11=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5570B is #2AA8F4. Grayscale: #747474. Windows color (decimal): -2795765 or 743381. OLE color: 743381.

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

Color convert

RGB 213 87 11 -
CMYK 0 0.59 0.95 0.16
HSL 22.57º 0.9% 0.44% -
HSV(B) 22.57º 0.95% 0.84% -
XYZ 30.91 20.99 2.74 -
YUV 116.01 68.74 197.18 -
System Red Green Blue C M Y K H S L
Decimal 213 87 11 0 0.59 0.95 0.16 22.57 0.9 0.44
Hex D5 57 B 0 3B 5F 10 17 5A 2C
Octal 325 127 13 0 73 137 20 27 132 54
Binary 11010101 1010111 1011 0 111011 1011111 10000 10111 1011010 101100

Color Harmonies of #D5570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5570B

Black with #D5570B

Text Example


Text Example

White with #D5570B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5570B; }

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

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

background-color css

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

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

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

border-color css

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

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

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