Html Css Color HEX #D35015 Tenne (Tawny)

📋 copy color: '#D35015'

red 211 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #D35015

Tints of Tenne (Tawny) #D35015

RGB

 RED value IS 211 (82.81% from 255) = 67.63%

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 67.63%
G = 25.64%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D35015 (or 0xD35015) is known color: Tenne (Tawny). HEX triplet: D3, 50 and 15. RGB value is (211,80,21). Sum of RGB (Red+Green+Blue) = 211+80+21=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D35015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35015 is #2CAFEA. Grayscale: #707070. Windows color (decimal): -2928619 or 1396947. OLE color: 1396947.

HSL color Cylindrical-coordinate representation of color #D35015: hue angle of 18.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D35015 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 80 21 -
CMYK 0 0.62 0.90 0.17
HSL 18.63º 0.82% 0.45% -
HSV(B) 18.63º 0.9% 0.83% -
XYZ 29.87 19.64 2.93 -
YUV 112.44 76.4 198.3 -
System Red Green Blue C M Y K H S L
Decimal 211 80 21 0 0.62 0.90 0.17 18.63 0.82 0.45
Hex D3 50 15 0 3E 5A 11 13 52 2D
Octal 323 120 25 0 76 132 21 23 122 55
Binary 11010011 1010000 10101 0 111110 1011010 10001 10011 1010010 101101

Color Harmonies of #D35015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35015

Black with #D35015

Text Example


Text Example

White with #D35015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35015; }

 p { color: rgb(211,80,21); }

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

background-color css

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

 a { background-color: rgb(211,80,21); }

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

border-color css

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

 span { border-color: rgb(211,80,21); }

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