Html Css Color HEX #D4490A Tenne (Tawny)

📋 copy color: '#D4490A'

red 212 ◦ green 73 ◦ blue 10

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

Shades of Tenne (Tawny) #D4490A

Tints of Tenne (Tawny) #D4490A

RGB

 RED value IS 212 (83.2% from 255) = 71.86%

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

 BLUE value IS 10 (4.3% from 255) = 3.39%

R = 71.86%
G = 24.75%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4490A (or 0xD4490A) is known color: Tenne (Tawny). HEX triplet: D4, 49 and 0A. RGB value is (212,73,10). Sum of RGB (Red+Green+Blue) = 212+73+10=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4490A is #2BB6F5. Grayscale: #6B6B6B. Windows color (decimal): -2864886 or 674260. OLE color: 674260.

HSL color Cylindrical-coordinate representation of color #D4490A: hue angle of 18.71º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4490A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 73 10 -
CMYK 0 0.66 0.95 0.17
HSL 18.71º 0.91% 0.44% -
HSV(B) 18.71º 0.95% 0.83% -
XYZ 29.59 18.78 2.35 -
YUV 107.38 73.05 202.62 -
System Red Green Blue C M Y K H S L
Decimal 212 73 10 0 0.66 0.95 0.17 18.71 0.91 0.44
Hex D4 49 A 0 42 5F 11 13 5B 2C
Octal 324 111 12 0 102 137 21 23 133 54
Binary 11010100 1001001 1010 0 1000010 1011111 10001 10011 1011011 101100

Color Harmonies of #D4490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4490A

Black with #D4490A

Text Example


Text Example

White with #D4490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4490A; }

 p { color: rgb(212,73,10); }

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

background-color css

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

 a { background-color: rgb(212,73,10); }

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

border-color css

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

 span { border-color: rgb(212,73,10); }

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