Html Css Color HEX #D35415 Tenne (Tawny)

📋 copy color: '#D35415'

red 211 ◦ green 84 ◦ blue 21

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

Shades of Tenne (Tawny) #D35415

Tints of Tenne (Tawny) #D35415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 66.77%
G = 26.58%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D35415 (or 0xD35415) is known color: Tenne (Tawny). HEX triplet: D3, 54 and 15. RGB value is (211,84,21). Sum of RGB (Red+Green+Blue) = 211+84+21=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D35415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35415 is #2CABEA. Grayscale: #737373. Windows color (decimal): -2927595 or 1397971. OLE color: 1397971.

HSL color Cylindrical-coordinate representation of color #D35415: hue angle of 19.89º 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 #D35415 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 84 21 -
CMYK 0 0.60 0.90 0.17
HSL 19.89º 0.82% 0.45% -
HSV(B) 19.89º 0.9% 0.83% -
XYZ 30.17 20.24 3.03 -
YUV 114.79 75.08 196.62 -
System Red Green Blue C M Y K H S L
Decimal 211 84 21 0 0.60 0.90 0.17 19.89 0.82 0.45
Hex D3 54 15 0 3C 5A 11 14 52 2D
Octal 323 124 25 0 74 132 21 24 122 55
Binary 11010011 1010100 10101 0 111100 1011010 10001 10100 1010010 101101

Color Harmonies of #D35415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35415

Black with #D35415

Text Example


Text Example

White with #D35415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35415; }

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

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

background-color css

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

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

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

border-color css

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

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

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