Html Css Color HEX #D25B11 Tenne (Tawny)

📋 copy color: '#D25B11'

red 210 ◦ green 91 ◦ blue 17

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

Shades of Tenne (Tawny) #D25B11

Tints of Tenne (Tawny) #D25B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

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

R = 66.04%
G = 28.62%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D25B11 (or 0xD25B11) is known color: Tenne (Tawny). HEX triplet: D2, 5B and 11. RGB value is (210,91,17). Sum of RGB (Red+Green+Blue) = 210+91+17=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25B11 is #2DA4EE. Grayscale: #767676. Windows color (decimal): -2991343 or 1137618. OLE color: 1137618.

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

Color convert

RGB 210 91 17 -
CMYK 0 0.57 0.92 0.18
HSL 23.01º 0.85% 0.45% -
HSV(B) 23.01º 0.92% 0.82% -
XYZ 30.42 21.22 3.02 -
YUV 118.15 70.92 193.52 -
System Red Green Blue C M Y K H S L
Decimal 210 91 17 0 0.57 0.92 0.18 23.01 0.85 0.45
Hex D2 5B 11 0 39 5C 12 17 55 2D
Octal 322 133 21 0 71 134 22 27 125 55
Binary 11010010 1011011 10001 0 111001 1011100 10010 10111 1010101 101101

Color Harmonies of #D25B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B11

Black with #D25B11

Text Example


Text Example

White with #D25B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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