Html Css Color HEX #D5580F Tenne (Tawny)

📋 copy color: '#D5580F'

red 213 ◦ green 88 ◦ blue 15

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

Shades of Tenne (Tawny) #D5580F

Tints of Tenne (Tawny) #D5580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 15 (6.25% from 255) = 4.75%

R = 67.41%
G = 27.85%
B = 4.75%

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

#D5580F (or 0xD5580F) is known color: Tenne (Tawny). HEX triplet: D5, 58 and 0F. RGB value is (213,88,15). Sum of RGB (Red+Green+Blue) = 213+88+15=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D5580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5580F is #2AA7F0. Grayscale: #757575. Windows color (decimal): -2795505 or 1005781. OLE color: 1005781.

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

Color convert

RGB 213 88 15 -
CMYK 0 0.59 0.93 0.16
HSL 22.12º 0.87% 0.45% -
HSV(B) 22.12º 0.93% 0.84% -
XYZ 31.02 21.16 2.9 -
YUV 117.05 70.41 196.44 -
System Red Green Blue C M Y K H S L
Decimal 213 88 15 0 0.59 0.93 0.16 22.12 0.87 0.45
Hex D5 58 F 0 3B 5D 10 16 57 2D
Octal 325 130 17 0 73 135 20 26 127 55
Binary 11010101 1011000 1111 0 111011 1011101 10000 10110 1010111 101101

Color Harmonies of #D5580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5580F

Black with #D5580F

Text Example


Text Example

White with #D5580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5580F; }

 p { color: rgb(213,88,15); }

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

background-color css

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

 a { background-color: rgb(213,88,15); }

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

border-color css

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

 span { border-color: rgb(213,88,15); }

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