Html Css Color HEX #D14B12 Tenne (Tawny)

📋 copy color: '#D14B12'

red 209 ◦ green 75 ◦ blue 18

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

Shades of Tenne (Tawny) #D14B12

Tints of Tenne (Tawny) #D14B12

RGB

 RED value IS 209 (82.03% from 255) = 69.21%

 GREEN value IS 75 (29.69% from 255) = 24.83%

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

R = 69.21%
G = 24.83%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14B12 (or 0xD14B12) is known color: Tenne (Tawny). HEX triplet: D1, 4B and 12. RGB value is (209,75,18). Sum of RGB (Red+Green+Blue) = 209+75+18=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14B12 is #2EB4ED. Grayscale: #6C6C6C. Windows color (decimal): -3060974 or 1199057. OLE color: 1199057.

HSL color Cylindrical-coordinate representation of color #D14B12: hue angle of 17.91º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D14B12 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 75 18 -
CMYK 0 0.64 0.91 0.18
HSL 17.91º 0.84% 0.45% -
HSV(B) 17.91º 0.91% 0.82% -
XYZ 28.92 18.63 2.64 -
YUV 108.57 76.89 199.63 -
System Red Green Blue C M Y K H S L
Decimal 209 75 18 0 0.64 0.91 0.18 17.91 0.84 0.45
Hex D1 4B 12 0 40 5B 12 12 54 2D
Octal 321 113 22 0 100 133 22 22 124 55
Binary 11010001 1001011 10010 0 1000000 1011011 10010 10010 1010100 101101

Color Harmonies of #D14B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14B12

Black with #D14B12

Text Example


Text Example

White with #D14B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14B12; }

 p { color: rgb(209,75,18); }

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

background-color css

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

 a { background-color: rgb(209,75,18); }

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

border-color css

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

 span { border-color: rgb(209,75,18); }

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