Html Css Color HEX #D4580D Tenne (Tawny)

📋 copy color: '#D4580D'

red 212 ◦ green 88 ◦ blue 13

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

Shades of Tenne (Tawny) #D4580D

Tints of Tenne (Tawny) #D4580D

RGB

 RED value IS 212 (83.2% from 255) = 67.73%

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

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

R = 67.73%
G = 28.12%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4580D (or 0xD4580D) is known color: Tenne (Tawny). HEX triplet: D4, 58 and 0D. RGB value is (212,88,13). Sum of RGB (Red+Green+Blue) = 212+88+13=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D4580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4580D is #2BA7F2. Grayscale: #747474. Windows color (decimal): -2861043 or 874708. OLE color: 874708.

HSL color Cylindrical-coordinate representation of color #D4580D: hue angle of 22.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4580D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 88 13 -
CMYK 0 0.58 0.94 0.17
HSL 22.61º 0.88% 0.44% -
HSV(B) 22.61º 0.94% 0.83% -
XYZ 30.71 21.01 2.82 -
YUV 116.53 69.58 196.1 -
System Red Green Blue C M Y K H S L
Decimal 212 88 13 0 0.58 0.94 0.17 22.61 0.88 0.44
Hex D4 58 D 0 3A 5E 11 17 58 2C
Octal 324 130 15 0 72 136 21 27 130 54
Binary 11010100 1011000 1101 0 111010 1011110 10001 10111 1011000 101100

Color Harmonies of #D4580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4580D

Black with #D4580D

Text Example


Text Example

White with #D4580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4580D; }

 p { color: rgb(212,88,13); }

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

background-color css

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

 a { background-color: rgb(212,88,13); }

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

border-color css

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

 span { border-color: rgb(212,88,13); }

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