Html Css Color HEX #D25211 Tenne (Tawny)

📋 copy color: '#D25211'

red 210 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #D25211

Tints of Tenne (Tawny) #D25211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 67.96%
G = 26.54%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D25211 (or 0xD25211) is known color: Tenne (Tawny). HEX triplet: D2, 52 and 11. RGB value is (210,82,17). Sum of RGB (Red+Green+Blue) = 210+82+17=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D25211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25211 is #2DADEE. Grayscale: #717171. Windows color (decimal): -2993647 or 1135314. OLE color: 1135314.

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

Color convert

RGB 210 82 17 -
CMYK 0 0.61 0.92 0.18
HSL 20.21º 0.85% 0.45% -
HSV(B) 20.21º 0.92% 0.82% -
XYZ 29.7 19.78 2.78 -
YUV 112.86 73.91 197.29 -
System Red Green Blue C M Y K H S L
Decimal 210 82 17 0 0.61 0.92 0.18 20.21 0.85 0.45
Hex D2 52 11 0 3D 5C 12 14 55 2D
Octal 322 122 21 0 75 134 22 24 125 55
Binary 11010010 1010010 10001 0 111101 1011100 10010 10100 1010101 101101

Color Harmonies of #D25211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25211

Black with #D25211

Text Example


Text Example

White with #D25211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25211; }

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

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

background-color css

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

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

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

border-color css

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

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

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