Html Css Color HEX #D25216 Tenne (Tawny)

📋 copy color: '#D25216'

red 210 ◦ green 82 ◦ blue 22

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

Shades of Tenne (Tawny) #D25216

Tints of Tenne (Tawny) #D25216

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 66.88%
G = 26.11%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25216 (or 0xD25216) is known color: Tenne (Tawny). HEX triplet: D2, 52 and 16. RGB value is (210,82,22). Sum of RGB (Red+Green+Blue) = 210+82+22=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D25216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25216 is #2DADE9. Grayscale: #717171. Windows color (decimal): -2993642 or 1462994. OLE color: 1462994.

HSL color Cylindrical-coordinate representation of color #D25216: hue angle of 19.15º degrees, saturation: 0.81, 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 #D25216 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 82 22 -
CMYK 0 0.61 0.90 0.18
HSL 19.15º 0.81% 0.45% -
HSV(B) 19.15º 0.9% 0.82% -
XYZ 29.74 19.79 3.01 -
YUV 113.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 210 82 22 0 0.61 0.90 0.18 19.15 0.81 0.45
Hex D2 52 16 0 3D 5A 12 13 51 2D
Octal 322 122 26 0 75 132 22 23 121 55
Binary 11010010 1010010 10110 0 111101 1011010 10010 10011 1010001 101101

Color Harmonies of #D25216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25216

Black with #D25216

Text Example


Text Example

White with #D25216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25216; }

 p { color: rgb(210,82,22); }

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

background-color css

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

 a { background-color: rgb(210,82,22); }

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

border-color css

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

 span { border-color: rgb(210,82,22); }

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