Html Css Color HEX #D25115 Tenne (Tawny)

📋 copy color: '#D25115'

red 210 ◦ green 81 ◦ blue 21

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

Shades of Tenne (Tawny) #D25115

Tints of Tenne (Tawny) #D25115

RGB

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

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

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

R = 67.31%
G = 25.96%
B = 6.73%

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

#D25115 (or 0xD25115) is known color: Tenne (Tawny). HEX triplet: D2, 51 and 15. RGB value is (210,81,21). Sum of RGB (Red+Green+Blue) = 210+81+21=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D25115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25115 is #2DAEEA. Grayscale: #717171. Windows color (decimal): -2993899 or 1397202. OLE color: 1397202.

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

Color convert

RGB 210 81 21 -
CMYK 0 0.61 0.90 0.18
HSL 19.05º 0.82% 0.45% -
HSV(B) 19.05º 0.9% 0.82% -
XYZ 29.66 19.64 2.94 -
YUV 112.73 76.24 197.38 -
System Red Green Blue C M Y K H S L
Decimal 210 81 21 0 0.61 0.90 0.18 19.05 0.82 0.45
Hex D2 51 15 0 3D 5A 12 13 52 2D
Octal 322 121 25 0 75 132 22 23 122 55
Binary 11010010 1010001 10101 0 111101 1011010 10010 10011 1010010 101101

Color Harmonies of #D25115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25115

Black with #D25115

Text Example


Text Example

White with #D25115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25115; }

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

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

background-color css

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

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

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

border-color css

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

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

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