Html Css Color HEX #D45312 Tenne (Tawny)

📋 copy color: '#D45312'

red 212 ◦ green 83 ◦ blue 18

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

Shades of Tenne (Tawny) #D45312

Tints of Tenne (Tawny) #D45312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 67.73%
G = 26.52%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D45312 (or 0xD45312) is known color: Tenne (Tawny). HEX triplet: D4, 53 and 12. RGB value is (212,83,18). Sum of RGB (Red+Green+Blue) = 212+83+18=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D45312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45312 is #2BACED. Grayscale: #727272. Windows color (decimal): -2862318 or 1201108. OLE color: 1201108.

HSL color Cylindrical-coordinate representation of color #D45312: hue angle of 20.1º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D45312 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 83 18 -
CMYK 0 0.61 0.92 0.17
HSL 20.1º 0.84% 0.45% -
HSV(B) 20.1º 0.92% 0.83% -
XYZ 30.35 20.23 2.88 -
YUV 114.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 212 83 18 0 0.61 0.92 0.17 20.1 0.84 0.45
Hex D4 53 12 0 3D 5C 11 14 54 2D
Octal 324 123 22 0 75 134 21 24 124 55
Binary 11010100 1010011 10010 0 111101 1011100 10001 10100 1010100 101101

Color Harmonies of #D45312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45312

Black with #D45312

Text Example


Text Example

White with #D45312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45312; }

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

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

background-color css

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

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

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

border-color css

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

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

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