Html Css Color HEX #D14302 Tenne (Tawny)

📋 copy color: '#D14302'

red 209 ◦ green 67 ◦ blue 2

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

Shades of Tenne (Tawny) #D14302

Tints of Tenne (Tawny) #D14302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

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

R = 75.18%
G = 24.1%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14302 (or 0xD14302) is known color: Tenne (Tawny). HEX triplet: D1, 43 and 02. RGB value is (209,67,2). Sum of RGB (Red+Green+Blue) = 209+67+2=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D14302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14302 is #2EBCFD. Grayscale: #666666. Windows color (decimal): -3063038 or 148433. OLE color: 148433.

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

Color convert

RGB 209 67 2 -
CMYK 0 0.68 0.99 0.18
HSL 18.84º 0.98% 0.41% -
HSV(B) 18.84º 0.99% 0.82% -
XYZ 28.31 17.57 1.96 -
YUV 102.05 71.54 204.29 -
System Red Green Blue C M Y K H S L
Decimal 209 67 2 0 0.68 0.99 0.18 18.84 0.98 0.41
Hex D1 43 2 0 44 63 12 13 62 29
Octal 321 103 2 0 104 143 22 23 142 51
Binary 11010001 1000011 10 0 1000100 1100011 10010 10011 1100010 101001

Color Harmonies of #D14302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14302

Black with #D14302

Text Example


Text Example

White with #D14302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14302; }

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

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

background-color css

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

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

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

border-color css

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

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

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