Html Css Color HEX #D14502 Tenne (Tawny)

📋 copy color: '#D14502'

red 209 ◦ green 69 ◦ blue 2

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

Shades of Tenne (Tawny) #D14502

Tints of Tenne (Tawny) #D14502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 74.64%
G = 24.64%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14502 (or 0xD14502) is known color: Tenne (Tawny). HEX triplet: D1, 45 and 02. RGB value is (209,69,2). Sum of RGB (Red+Green+Blue) = 209+69+2=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D14502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14502 is #2EBAFD. Grayscale: #676767. Windows color (decimal): -3062526 or 148945. OLE color: 148945.

HSL color Cylindrical-coordinate representation of color #D14502: hue angle of 19.42º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D14502 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 69 2 -
CMYK 0 0.67 0.99 0.18
HSL 19.42º 0.98% 0.41% -
HSV(B) 19.42º 0.99% 0.82% -
XYZ 28.43 17.82 2 -
YUV 103.22 70.88 203.45 -
System Red Green Blue C M Y K H S L
Decimal 209 69 2 0 0.67 0.99 0.18 19.42 0.98 0.41
Hex D1 45 2 0 43 63 12 13 62 29
Octal 321 105 2 0 103 143 22 23 142 51
Binary 11010001 1000101 10 0 1000011 1100011 10010 10011 1100010 101001

Color Harmonies of #D14502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14502

Black with #D14502

Text Example


Text Example

White with #D14502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14502; }

 p { color: rgb(209,69,2); }

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

background-color css

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

 a { background-color: rgb(209,69,2); }

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

border-color css

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

 span { border-color: rgb(209,69,2); }

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