Html Css Color HEX #D14602 Tenne (Tawny)

📋 copy color: '#D14602'

red 209 ◦ green 70 ◦ blue 2

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

Shades of Tenne (Tawny) #D14602

Tints of Tenne (Tawny) #D14602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

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

R = 74.38%
G = 24.91%
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

#D14602 (or 0xD14602) is known color: Tenne (Tawny). HEX triplet: D1, 46 and 02. RGB value is (209,70,2). Sum of RGB (Red+Green+Blue) = 209+70+2=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D14602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14602 is #2EB9FD. Grayscale: #686868. Windows color (decimal): -3062270 or 149201. OLE color: 149201.

HSL color Cylindrical-coordinate representation of color #D14602: hue angle of 19.71º 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 #D14602 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 70 2 -
CMYK 0 0.67 0.99 0.18
HSL 19.71º 0.98% 0.41% -
HSV(B) 19.71º 0.99% 0.82% -
XYZ 28.5 17.94 2.02 -
YUV 103.81 70.55 203.03 -
System Red Green Blue C M Y K H S L
Decimal 209 70 2 0 0.67 0.99 0.18 19.71 0.98 0.41
Hex D1 46 2 0 43 63 12 14 62 29
Octal 321 106 2 0 103 143 22 24 142 51
Binary 11010001 1000110 10 0 1000011 1100011 10010 10100 1100010 101001

Color Harmonies of #D14602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14602

Black with #D14602

Text Example


Text Example

White with #D14602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14602; }

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

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

background-color css

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

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

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

border-color css

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

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

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