Html Css Color HEX #D45201 Tenne (Tawny)

📋 copy color: '#D45201'

red 212 ◦ green 82 ◦ blue 1

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

Shades of Tenne (Tawny) #D45201

Tints of Tenne (Tawny) #D45201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 71.86%
G = 27.8%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D45201 (or 0xD45201) is known color: Tenne (Tawny). HEX triplet: D4, 52 and 01. RGB value is (212,82,1). Sum of RGB (Red+Green+Blue) = 212+82+1=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D45201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45201 is #2BADFE. Grayscale: #707070. Windows color (decimal): -2862591 or 86740. OLE color: 86740.

HSL color Cylindrical-coordinate representation of color #D45201: hue angle of 23.03º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D45201 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 82 1 -
CMYK 0 0.61 1.00 0.17
HSL 23.03º 0.99% 0.42% -
HSV(B) 23.03º 1% 0.83% -
XYZ 30.17 20.03 2.31 -
YUV 111.64 65.57 199.59 -
System Red Green Blue C M Y K H S L
Decimal 212 82 1 0 0.61 1.00 0.17 23.03 0.99 0.42
Hex D4 52 1 0 3D 64 11 17 63 2A
Octal 324 122 1 0 75 144 21 27 143 52
Binary 11010100 1010010 1 0 111101 1100100 10001 10111 1100011 101010

Color Harmonies of #D45201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45201

Black with #D45201

Text Example


Text Example

White with #D45201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45201; }

 p { color: rgb(212,82,1); }

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

background-color css

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

 a { background-color: rgb(212,82,1); }

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

border-color css

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

 span { border-color: rgb(212,82,1); }

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