Html Css Color HEX #D25011 Tenne (Tawny)

📋 copy color: '#D25011'

red 210 ◦ green 80 ◦ blue 17

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

Shades of Tenne (Tawny) #D25011

Tints of Tenne (Tawny) #D25011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 68.4%
G = 26.06%
B = 5.54%

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

#D25011 (or 0xD25011) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 11. RGB value is (210,80,17). Sum of RGB (Red+Green+Blue) = 210+80+17=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D25011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25011 is #2DAFEE. Grayscale: #707070. Windows color (decimal): -2994159 or 1134802. OLE color: 1134802.

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

Color convert

RGB 210 80 17 -
CMYK 0 0.62 0.92 0.18
HSL 19.59º 0.85% 0.45% -
HSV(B) 19.59º 0.92% 0.82% -
XYZ 29.55 19.48 2.73 -
YUV 111.69 74.57 198.12 -
System Red Green Blue C M Y K H S L
Decimal 210 80 17 0 0.62 0.92 0.18 19.59 0.85 0.45
Hex D2 50 11 0 3E 5C 12 14 55 2D
Octal 322 120 21 0 76 134 22 24 125 55
Binary 11010010 1010000 10001 0 111110 1011100 10010 10100 1010101 101101

Color Harmonies of #D25011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25011

Black with #D25011

Text Example


Text Example

White with #D25011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25011; }

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

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

background-color css

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

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

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

border-color css

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

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

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