Html Css Color HEX #D25511 Tenne (Tawny)

📋 copy color: '#D25511'

red 210 ◦ green 85 ◦ blue 17

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

Shades of Tenne (Tawny) #D25511

Tints of Tenne (Tawny) #D25511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 67.31%
G = 27.24%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D25511 (or 0xD25511) is known color: Tenne (Tawny). HEX triplet: D2, 55 and 11. RGB value is (210,85,17). Sum of RGB (Red+Green+Blue) = 210+85+17=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D25511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25511 is #2DAAEE. Grayscale: #737373. Windows color (decimal): -2992879 or 1136082. OLE color: 1136082.

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

Color convert

RGB 210 85 17 -
CMYK 0 0.60 0.92 0.18
HSL 21.14º 0.85% 0.45% -
HSV(B) 21.14º 0.92% 0.82% -
XYZ 29.93 20.24 2.86 -
YUV 114.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 210 85 17 0 0.60 0.92 0.18 21.14 0.85 0.45
Hex D2 55 11 0 3C 5C 12 15 55 2D
Octal 322 125 21 0 74 134 22 25 125 55
Binary 11010010 1010101 10001 0 111100 1011100 10010 10101 1010101 101101

Color Harmonies of #D25511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25511

Black with #D25511

Text Example


Text Example

White with #D25511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25511; }

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

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

background-color css

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

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

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

border-color css

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

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

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