Html Css Color HEX #D5530E Tenne (Tawny)

📋 copy color: '#D5530E'

red 213 ◦ green 83 ◦ blue 14

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

Shades of Tenne (Tawny) #D5530E

Tints of Tenne (Tawny) #D5530E

RGB

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

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

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

R = 68.71%
G = 26.77%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5530E (or 0xD5530E) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 0E. RGB value is (213,83,14). Sum of RGB (Red+Green+Blue) = 213+83+14=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5530E is #2AACF1. Grayscale: #727272. Windows color (decimal): -2796786 or 938965. OLE color: 938965.

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

Color convert

RGB 213 83 14 -
CMYK 0 0.61 0.93 0.16
HSL 20.8º 0.88% 0.45% -
HSV(B) 20.8º 0.93% 0.84% -
XYZ 30.61 20.36 2.73 -
YUV 114 71.57 198.61 -
System Red Green Blue C M Y K H S L
Decimal 213 83 14 0 0.61 0.93 0.16 20.8 0.88 0.45
Hex D5 53 E 0 3D 5D 10 15 58 2D
Octal 325 123 16 0 75 135 20 25 130 55
Binary 11010101 1010011 1110 0 111101 1011101 10000 10101 1011000 101101

Color Harmonies of #D5530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5530E

Black with #D5530E

Text Example


Text Example

White with #D5530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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