Html Css Color HEX #D25515 Tenne (Tawny)

📋 copy color: '#D25515'

red 210 ◦ green 85 ◦ blue 21

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

Shades of Tenne (Tawny) #D25515

Tints of Tenne (Tawny) #D25515

RGB

 RED value IS 210 (82.42% from 255) = 66.46%

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 66.46%
G = 26.9%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25515 (or 0xD25515) is known color: Tenne (Tawny). HEX triplet: D2, 55 and 15. RGB value is (210,85,21). Sum of RGB (Red+Green+Blue) = 210+85+21=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D25515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25515 is #2DAAEA. Grayscale: #737373. Windows color (decimal): -2992875 or 1398226. OLE color: 1398226.

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

Color convert

RGB 210 85 21 -
CMYK 0 0.60 0.90 0.18
HSL 20.32º 0.82% 0.45% -
HSV(B) 20.32º 0.9% 0.82% -
XYZ 29.96 20.25 3.04 -
YUV 115.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 210 85 21 0 0.60 0.90 0.18 20.32 0.82 0.45
Hex D2 55 15 0 3C 5A 12 14 52 2D
Octal 322 125 25 0 74 132 22 24 122 55
Binary 11010010 1010101 10101 0 111100 1011010 10010 10100 1010010 101101

Color Harmonies of #D25515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25515

Black with #D25515

Text Example


Text Example

White with #D25515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25515; }

 p { color: rgb(210,85,21); }

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

background-color css

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

 a { background-color: rgb(210,85,21); }

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

border-color css

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

 span { border-color: rgb(210,85,21); }

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