Html Css Color HEX #D45315 Tenne (Tawny)

📋 copy color: '#D45315'

red 212 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #D45315

Tints of Tenne (Tawny) #D45315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 67.09%
G = 26.27%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D45315 (or 0xD45315) is known color: Tenne (Tawny). HEX triplet: D4, 53 and 15. RGB value is (212,83,21). Sum of RGB (Red+Green+Blue) = 212+83+21=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D45315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45315 is #2BACEA. Grayscale: #727272. Windows color (decimal): -2862315 or 1397716. OLE color: 1397716.

HSL color Cylindrical-coordinate representation of color #D45315: hue angle of 19.48º 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 #D45315 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 83 21 -
CMYK 0 0.61 0.90 0.17
HSL 19.48º 0.82% 0.46% -
HSV(B) 19.48º 0.9% 0.83% -
XYZ 30.38 20.24 3.01 -
YUV 114.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 212 83 21 0 0.61 0.90 0.17 19.48 0.82 0.46
Hex D4 53 15 0 3D 5A 11 13 52 2E
Octal 324 123 25 0 75 132 21 23 122 56
Binary 11010100 1010011 10101 0 111101 1011010 10001 10011 1010010 101110

Color Harmonies of #D45315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45315

Black with #D45315

Text Example


Text Example

White with #D45315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45315; }

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

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

background-color css

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

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

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

border-color css

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

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

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