Html Css Color HEX #D64C09 Tenne (Tawny)

📋 copy color: '#D64C09'

red 214 ◦ green 76 ◦ blue 9

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

Shades of Tenne (Tawny) #D64C09

Tints of Tenne (Tawny) #D64C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

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

R = 71.57%
G = 25.42%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64C09 (or 0xD64C09) is known color: Tenne (Tawny). HEX triplet: D6, 4C and 09. RGB value is (214,76,9). Sum of RGB (Red+Green+Blue) = 214+76+9=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64C09 is #29B3F6. Grayscale: #6E6E6E. Windows color (decimal): -2733047 or 609494. OLE color: 609494.

HSL color Cylindrical-coordinate representation of color #D64C09: hue angle of 19.61º 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 #D64C09 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 76 9 -
CMYK 0 0.64 0.96 0.16
HSL 19.61º 0.92% 0.44% -
HSV(B) 19.61º 0.96% 0.84% -
XYZ 30.37 19.48 2.42 -
YUV 109.62 71.22 202.45 -
System Red Green Blue C M Y K H S L
Decimal 214 76 9 0 0.64 0.96 0.16 19.61 0.92 0.44
Hex D6 4C 9 0 40 60 10 14 5C 2C
Octal 326 114 11 0 100 140 20 24 134 54
Binary 11010110 1001100 1001 0 1000000 1100000 10000 10100 1011100 101100

Color Harmonies of #D64C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C09

Black with #D64C09

Text Example


Text Example

White with #D64C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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