Html Css Color HEX #D25D10 Tenne (Tawny)

📋 copy color: '#D25D10'

red 210 ◦ green 93 ◦ blue 16

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

Shades of Tenne (Tawny) #D25D10

Tints of Tenne (Tawny) #D25D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 65.83%
G = 29.15%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D25D10 (or 0xD25D10) is known color: Tenne (Tawny). HEX triplet: D2, 5D and 10. RGB value is (210,93,16). Sum of RGB (Red+Green+Blue) = 210+93+16=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25D10 is #2DA2EF. Grayscale: #777777. Windows color (decimal): -2990832 or 1072594. OLE color: 1072594.

HSL color Cylindrical-coordinate representation of color #D25D10: hue angle of 23.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D25D10 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 93 16 -
CMYK 0 0.56 0.92 0.18
HSL 23.81º 0.86% 0.44% -
HSV(B) 23.81º 0.92% 0.82% -
XYZ 30.59 21.57 3.04 -
YUV 119.21 69.76 192.76 -
System Red Green Blue C M Y K H S L
Decimal 210 93 16 0 0.56 0.92 0.18 23.81 0.86 0.44
Hex D2 5D 10 0 38 5C 12 18 56 2C
Octal 322 135 20 0 70 134 22 30 126 54
Binary 11010010 1011101 10000 0 111000 1011100 10010 11000 1010110 101100

Color Harmonies of #D25D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D10

Black with #D25D10

Text Example


Text Example

White with #D25D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D10; }

 p { color: rgb(210,93,16); }

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

background-color css

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

 a { background-color: rgb(210,93,16); }

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

border-color css

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

 span { border-color: rgb(210,93,16); }

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