Html Css Color HEX #D2570C Tenne (Tawny)

📋 copy color: '#D2570C'

red 210 ◦ green 87 ◦ blue 12

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

Shades of Tenne (Tawny) #D2570C

Tints of Tenne (Tawny) #D2570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 67.96%
G = 28.16%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2570C (or 0xD2570C) is known color: Tenne (Tawny). HEX triplet: D2, 57 and 0C. RGB value is (210,87,12). Sum of RGB (Red+Green+Blue) = 210+87+12=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2570C is #2DA8F3. Grayscale: #737373. Windows color (decimal): -2992372 or 808914. OLE color: 808914.

HSL color Cylindrical-coordinate representation of color #D2570C: hue angle of 22.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2570C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 87 12 -
CMYK 0 0.59 0.94 0.18
HSL 22.73º 0.89% 0.44% -
HSV(B) 22.73º 0.94% 0.82% -
XYZ 30.05 20.54 2.73 -
YUV 115.23 69.75 195.6 -
System Red Green Blue C M Y K H S L
Decimal 210 87 12 0 0.59 0.94 0.18 22.73 0.89 0.44
Hex D2 57 C 0 3B 5E 12 17 59 2C
Octal 322 127 14 0 73 136 22 27 131 54
Binary 11010010 1010111 1100 0 111011 1011110 10010 10111 1011001 101100

Color Harmonies of #D2570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2570C

Black with #D2570C

Text Example


Text Example

White with #D2570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2570C; }

 p { color: rgb(210,87,12); }

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

background-color css

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

 a { background-color: rgb(210,87,12); }

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

border-color css

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

 span { border-color: rgb(210,87,12); }

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