Html Css Color HEX #D35115 Tenne (Tawny)

📋 copy color: '#D35115'

red 211 ◦ green 81 ◦ blue 21

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

Shades of Tenne (Tawny) #D35115

Tints of Tenne (Tawny) #D35115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 67.41%
G = 25.88%
B = 6.71%

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

#D35115 (or 0xD35115) is known color: Tenne (Tawny). HEX triplet: D3, 51 and 15. RGB value is (211,81,21). Sum of RGB (Red+Green+Blue) = 211+81+21=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D35115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35115 is #2CAEEA. Grayscale: #717171. Windows color (decimal): -2928363 or 1397203. OLE color: 1397203.

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

Color convert

RGB 211 81 21 -
CMYK 0 0.62 0.90 0.17
HSL 18.95º 0.82% 0.45% -
HSV(B) 18.95º 0.9% 0.83% -
XYZ 29.94 19.79 2.95 -
YUV 113.03 76.07 197.88 -
System Red Green Blue C M Y K H S L
Decimal 211 81 21 0 0.62 0.90 0.17 18.95 0.82 0.45
Hex D3 51 15 0 3E 5A 11 13 52 2D
Octal 323 121 25 0 76 132 21 23 122 55
Binary 11010011 1010001 10101 0 111110 1011010 10001 10011 1010010 101101

Color Harmonies of #D35115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35115

Black with #D35115

Text Example


Text Example

White with #D35115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35115; }

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

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

background-color css

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

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

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

border-color css

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

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

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