Html Css Color HEX #D14305 Tenne (Tawny)

📋 copy color: '#D14305'

red 209 ◦ green 67 ◦ blue 5

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

Shades of Tenne (Tawny) #D14305

Tints of Tenne (Tawny) #D14305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 74.38%
G = 23.84%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D14305 (or 0xD14305) is known color: Tenne (Tawny). HEX triplet: D1, 43 and 05. RGB value is (209,67,5). Sum of RGB (Red+Green+Blue) = 209+67+5=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D14305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14305 is #2EBCFA. Grayscale: #666666. Windows color (decimal): -3063035 or 345041. OLE color: 345041.

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

Color convert

RGB 209 67 5 -
CMYK 0 0.68 0.98 0.18
HSL 18.24º 0.95% 0.42% -
HSV(B) 18.24º 0.98% 0.82% -
XYZ 28.33 17.58 2.04 -
YUV 102.39 73.04 204.04 -
System Red Green Blue C M Y K H S L
Decimal 209 67 5 0 0.68 0.98 0.18 18.24 0.95 0.42
Hex D1 43 5 0 44 62 12 12 5F 2A
Octal 321 103 5 0 104 142 22 22 137 52
Binary 11010001 1000011 101 0 1000100 1100010 10010 10010 1011111 101010

Color Harmonies of #D14305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14305

Black with #D14305

Text Example


Text Example

White with #D14305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14305; }

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

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

background-color css

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

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

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

border-color css

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

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

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