Html Css Color HEX #D5490C Tenne (Tawny)

📋 copy color: '#D5490C'

red 213 ◦ green 73 ◦ blue 12

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

Shades of Tenne (Tawny) #D5490C

Tints of Tenne (Tawny) #D5490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

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

R = 71.48%
G = 24.5%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5490C (or 0xD5490C) is known color: Tenne (Tawny). HEX triplet: D5, 49 and 0C. RGB value is (213,73,12). Sum of RGB (Red+Green+Blue) = 213+73+12=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D5490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5490C is #2AB6F3. Grayscale: #6C6C6C. Windows color (decimal): -2799348 or 805333. OLE color: 805333.

HSL color Cylindrical-coordinate representation of color #D5490C: hue angle of 18.21º 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 #D5490C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 12 -
CMYK 0 0.66 0.94 0.16
HSL 18.21º 0.89% 0.44% -
HSV(B) 18.21º 0.94% 0.84% -
XYZ 29.89 18.94 2.43 -
YUV 107.91 73.88 202.96 -
System Red Green Blue C M Y K H S L
Decimal 213 73 12 0 0.66 0.94 0.16 18.21 0.89 0.44
Hex D5 49 C 0 42 5E 10 12 59 2C
Octal 325 111 14 0 102 136 20 22 131 54
Binary 11010101 1001001 1100 0 1000010 1011110 10000 10010 1011001 101100

Color Harmonies of #D5490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5490C

Black with #D5490C

Text Example


Text Example

White with #D5490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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