Html Css Color HEX #D45015 Tenne (Tawny)

📋 copy color: '#D45015'

red 212 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #D45015

Tints of Tenne (Tawny) #D45015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.71%

R = 67.73%
G = 25.56%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D45015 (or 0xD45015) is known color: Tenne (Tawny). HEX triplet: D4, 50 and 15. RGB value is (212,80,21). Sum of RGB (Red+Green+Blue) = 212+80+21=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D45015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45015 is #2BAFEA. Grayscale: #717171. Windows color (decimal): -2863083 or 1396948. OLE color: 1396948.

HSL color Cylindrical-coordinate representation of color #D45015: hue angle of 18.53º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D45015 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 80 21 -
CMYK 0 0.62 0.90 0.17
HSL 18.53º 0.82% 0.46% -
HSV(B) 18.53º 0.9% 0.83% -
XYZ 30.16 19.79 2.94 -
YUV 112.74 76.23 198.8 -
System Red Green Blue C M Y K H S L
Decimal 212 80 21 0 0.62 0.90 0.17 18.53 0.82 0.46
Hex D4 50 15 0 3E 5A 11 13 52 2E
Octal 324 120 25 0 76 132 21 23 122 56
Binary 11010100 1010000 10101 0 111110 1011010 10001 10011 1010010 101110

Color Harmonies of #D45015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45015

Black with #D45015

Text Example


Text Example

White with #D45015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45015; }

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

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

background-color css

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

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

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

border-color css

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

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

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