Html Css Color HEX #D4530E Tenne (Tawny)

📋 copy color: '#D4530E'

red 212 ◦ green 83 ◦ blue 14

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

Shades of Tenne (Tawny) #D4530E

Tints of Tenne (Tawny) #D4530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 68.61%
G = 26.86%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4530E (or 0xD4530E) is known color: Tenne (Tawny). HEX triplet: D4, 53 and 0E. RGB value is (212,83,14). Sum of RGB (Red+Green+Blue) = 212+83+14=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D4530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4530E is #2BACF1. Grayscale: #727272. Windows color (decimal): -2862322 or 938964. OLE color: 938964.

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

Color convert

RGB 212 83 14 -
CMYK 0 0.61 0.93 0.17
HSL 20.91º 0.88% 0.44% -
HSV(B) 20.91º 0.93% 0.83% -
XYZ 30.32 20.22 2.72 -
YUV 113.71 71.74 198.11 -
System Red Green Blue C M Y K H S L
Decimal 212 83 14 0 0.61 0.93 0.17 20.91 0.88 0.44
Hex D4 53 E 0 3D 5D 11 15 58 2C
Octal 324 123 16 0 75 135 21 25 130 54
Binary 11010100 1010011 1110 0 111101 1011101 10001 10101 1011000 101100

Color Harmonies of #D4530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4530E

Black with #D4530E

Text Example


Text Example

White with #D4530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4530E; }

 p { color: rgb(212,83,14); }

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

background-color css

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

 a { background-color: rgb(212,83,14); }

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

border-color css

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

 span { border-color: rgb(212,83,14); }

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