Html Css Color HEX #D25010 Tenne (Tawny)

📋 copy color: '#D25010'

red 210 ◦ green 80 ◦ blue 16

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

Shades of Tenne (Tawny) #D25010

Tints of Tenne (Tawny) #D25010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 68.63%
G = 26.14%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D25010 (or 0xD25010) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 10. RGB value is (210,80,16). Sum of RGB (Red+Green+Blue) = 210+80+16=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D25010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25010 is #2DAFEF. Grayscale: #6F6F6F. Windows color (decimal): -2994160 or 1069266. OLE color: 1069266.

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

Color convert

RGB 210 80 16 -
CMYK 0 0.62 0.92 0.18
HSL 19.79º 0.86% 0.44% -
HSV(B) 19.79º 0.92% 0.82% -
XYZ 29.54 19.48 2.69 -
YUV 111.57 74.07 198.2 -
System Red Green Blue C M Y K H S L
Decimal 210 80 16 0 0.62 0.92 0.18 19.79 0.86 0.44
Hex D2 50 10 0 3E 5C 12 14 56 2C
Octal 322 120 20 0 76 134 22 24 126 54
Binary 11010010 1010000 10000 0 111110 1011100 10010 10100 1010110 101100

Color Harmonies of #D25010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25010

Black with #D25010

Text Example


Text Example

White with #D25010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25010; }

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

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

background-color css

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

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

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

border-color css

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

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

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