Html Css Color HEX #D5470C Tenne (Tawny)

📋 copy color: '#D5470C'

red 213 ◦ green 71 ◦ blue 12

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

Shades of Tenne (Tawny) #D5470C

Tints of Tenne (Tawny) #D5470C

RGB

 RED value IS 213 (83.59% from 255) = 71.96%

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 71.96%
G = 23.99%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5470C (or 0xD5470C) is known color: Tenne (Tawny). HEX triplet: D5, 47 and 0C. RGB value is (213,71,12). Sum of RGB (Red+Green+Blue) = 213+71+12=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5470C is #2AB8F3. Grayscale: #6B6B6B. Windows color (decimal): -2799860 or 804821. OLE color: 804821.

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

Color convert

RGB 213 71 12 -
CMYK 0 0.67 0.94 0.16
HSL 17.61º 0.89% 0.44% -
HSV(B) 17.61º 0.94% 0.84% -
XYZ 29.76 18.68 2.38 -
YUV 106.73 74.54 203.8 -
System Red Green Blue C M Y K H S L
Decimal 213 71 12 0 0.67 0.94 0.16 17.61 0.89 0.44
Hex D5 47 C 0 43 5E 10 12 59 2C
Octal 325 107 14 0 103 136 20 22 131 54
Binary 11010101 1000111 1100 0 1000011 1011110 10000 10010 1011001 101100

Color Harmonies of #D5470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5470C

Black with #D5470C

Text Example


Text Example

White with #D5470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5470C; }

 p { color: rgb(213,71,12); }

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

background-color css

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

 a { background-color: rgb(213,71,12); }

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

border-color css

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

 span { border-color: rgb(213,71,12); }

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