Html Css Color HEX #D25205 Tenne (Tawny)

📋 copy color: '#D25205'

red 210 ◦ green 82 ◦ blue 5

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

Shades of Tenne (Tawny) #D25205

Tints of Tenne (Tawny) #D25205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 70.71%
G = 27.61%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D25205 (or 0xD25205) is known color: Tenne (Tawny). HEX triplet: D2, 52 and 05. RGB value is (210,82,5). Sum of RGB (Red+Green+Blue) = 210+82+5=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D25205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25205 is #2DADFA. Grayscale: #6F6F6F. Windows color (decimal): -2993659 or 348882. OLE color: 348882.

HSL color Cylindrical-coordinate representation of color #D25205: hue angle of 22.54º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D25205 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 82 5 -
CMYK 0 0.61 0.98 0.18
HSL 22.54º 0.95% 0.42% -
HSV(B) 22.54º 0.98% 0.82% -
XYZ 29.62 19.75 2.39 -
YUV 111.49 67.91 198.26 -
System Red Green Blue C M Y K H S L
Decimal 210 82 5 0 0.61 0.98 0.18 22.54 0.95 0.42
Hex D2 52 5 0 3D 62 12 17 5F 2A
Octal 322 122 5 0 75 142 22 27 137 52
Binary 11010010 1010010 101 0 111101 1100010 10010 10111 1011111 101010

Color Harmonies of #D25205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25205

Black with #D25205

Text Example


Text Example

White with #D25205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25205; }

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

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

background-color css

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

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

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

border-color css

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

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

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