Html Css Color HEX #D45007 Tenne (Tawny)

📋 copy color: '#D45007'

red 212 ◦ green 80 ◦ blue 7

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

Shades of Tenne (Tawny) #D45007

Tints of Tenne (Tawny) #D45007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.76%

 BLUE value IS 7 (3.13% from 255) = 2.34%

R = 70.9%
G = 26.76%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D45007 (or 0xD45007) is known color: Tenne (Tawny). HEX triplet: D4, 50 and 07. RGB value is (212,80,7). Sum of RGB (Red+Green+Blue) = 212+80+7=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D45007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45007 is #2BAFF8. Grayscale: #6F6F6F. Windows color (decimal): -2863097 or 479444. OLE color: 479444.

HSL color Cylindrical-coordinate representation of color #D45007: hue angle of 21.37º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D45007 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 80 7 -
CMYK 0 0.62 0.97 0.17
HSL 21.37º 0.94% 0.43% -
HSV(B) 21.37º 0.97% 0.83% -
XYZ 30.06 19.75 2.43 -
YUV 111.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 212 80 7 0 0.62 0.97 0.17 21.37 0.94 0.43
Hex D4 50 7 0 3E 61 11 15 5E 2B
Octal 324 120 7 0 76 141 21 25 136 53
Binary 11010100 1010000 111 0 111110 1100001 10001 10101 1011110 101011

Color Harmonies of #D45007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45007

Black with #D45007

Text Example


Text Example

White with #D45007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45007; }

 p { color: rgb(212,80,7); }

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

background-color css

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

 a { background-color: rgb(212,80,7); }

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

border-color css

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

 span { border-color: rgb(212,80,7); }

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