Html Css Color HEX #D25601 Tenne (Tawny)

📋 copy color: '#D25601'

red 210 ◦ green 86 ◦ blue 1

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

Shades of Tenne (Tawny) #D25601

Tints of Tenne (Tawny) #D25601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 70.71%
G = 28.96%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D25601 (or 0xD25601) is known color: Tenne (Tawny). HEX triplet: D2, 56 and 01. RGB value is (210,86,1). Sum of RGB (Red+Green+Blue) = 210+86+1=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D25601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25601 is #2DA9FE. Grayscale: #717171. Windows color (decimal): -2992639 or 87762. OLE color: 87762.

HSL color Cylindrical-coordinate representation of color #D25601: hue angle of 24.4º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D25601 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 86 1 -
CMYK 0 0.59 1.00 0.18
HSL 24.4º 0.99% 0.41% -
HSV(B) 24.4º 1% 0.82% -
XYZ 29.91 20.36 2.38 -
YUV 113.39 64.58 196.91 -
System Red Green Blue C M Y K H S L
Decimal 210 86 1 0 0.59 1.00 0.18 24.4 0.99 0.41
Hex D2 56 1 0 3B 64 12 18 63 29
Octal 322 126 1 0 73 144 22 30 143 51
Binary 11010010 1010110 1 0 111011 1100100 10010 11000 1100011 101001

Color Harmonies of #D25601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25601

Black with #D25601

Text Example


Text Example

White with #D25601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25601; }

 p { color: rgb(210,86,1); }

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

background-color css

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

 a { background-color: rgb(210,86,1); }

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

border-color css

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

 span { border-color: rgb(210,86,1); }

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