Html Css Color HEX #D25415 Tenne (Tawny)

📋 copy color: '#D25415'

red 210 ◦ green 84 ◦ blue 21

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

Shades of Tenne (Tawny) #D25415

Tints of Tenne (Tawny) #D25415

RGB

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

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

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

R = 66.67%
G = 26.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25415 (or 0xD25415) is known color: Tenne (Tawny). HEX triplet: D2, 54 and 15. RGB value is (210,84,21). Sum of RGB (Red+Green+Blue) = 210+84+21=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D25415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25415 is #2DABEA. Grayscale: #727272. Windows color (decimal): -2993131 or 1397970. OLE color: 1397970.

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

Color convert

RGB 210 84 21 -
CMYK 0 0.6 0.90 0.18
HSL 20º 0.82% 0.45% -
HSV(B) 20º 0.9% 0.82% -
XYZ 29.88 20.1 3.01 -
YUV 114.49 75.24 196.12 -
System Red Green Blue C M Y K H S L
Decimal 210 84 21 0 0.6 0.90 0.18 20 0.82 0.45
Hex D2 54 15 0 3C 5A 12 14 52 2D
Octal 322 124 25 0 74 132 22 24 122 55
Binary 11010010 1010100 10101 0 111100 1011010 10010 10100 1010010 101101

Color Harmonies of #D25415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25415

Black with #D25415

Text Example


Text Example

White with #D25415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25415; }

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

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

background-color css

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

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

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

border-color css

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

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

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