Html Css Color HEX #D64609 Tenne (Tawny)

📋 copy color: '#D64609'

red 214 ◦ green 70 ◦ blue 9

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

Shades of Tenne (Tawny) #D64609

Tints of Tenne (Tawny) #D64609

RGB

 RED value IS 214 (83.98% from 255) = 73.04%

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

 BLUE value IS 9 (3.91% from 255) = 3.07%

R = 73.04%
G = 23.89%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64609 (or 0xD64609) is known color: Tenne (Tawny). HEX triplet: D6, 46 and 09. RGB value is (214,70,9). Sum of RGB (Red+Green+Blue) = 214+70+9=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D64609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64609 is #29B9F6. Grayscale: #6A6A6A. Windows color (decimal): -2734583 or 607958. OLE color: 607958.

HSL color Cylindrical-coordinate representation of color #D64609: hue angle of 17.85º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D64609 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 70 9 -
CMYK 0 0.67 0.96 0.16
HSL 17.85º 0.92% 0.44% -
HSV(B) 17.85º 0.96% 0.84% -
XYZ 29.97 18.7 2.29 -
YUV 106.1 73.21 204.96 -
System Red Green Blue C M Y K H S L
Decimal 214 70 9 0 0.67 0.96 0.16 17.85 0.92 0.44
Hex D6 46 9 0 43 60 10 12 5C 2C
Octal 326 106 11 0 103 140 20 22 134 54
Binary 11010110 1000110 1001 0 1000011 1100000 10000 10010 1011100 101100

Color Harmonies of #D64609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64609

Black with #D64609

Text Example


Text Example

White with #D64609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64609; }

 p { color: rgb(214,70,9); }

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

background-color css

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

 a { background-color: rgb(214,70,9); }

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

border-color css

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

 span { border-color: rgb(214,70,9); }

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