Html Css Color HEX #D64C0C Tenne (Tawny)

📋 copy color: '#D64C0C'

red 214 ◦ green 76 ◦ blue 12

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

Shades of Tenne (Tawny) #D64C0C

Tints of Tenne (Tawny) #D64C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 70.86%
G = 25.17%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D64C0C (or 0xD64C0C) is known color: Tenne (Tawny). HEX triplet: D6, 4C and 0C. RGB value is (214,76,12). Sum of RGB (Red+Green+Blue) = 214+76+12=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64C0C is #29B3F3. Grayscale: #6E6E6E. Windows color (decimal): -2733044 or 806102. OLE color: 806102.

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

Color convert

RGB 214 76 12 -
CMYK 0 0.64 0.94 0.16
HSL 19.01º 0.89% 0.44% -
HSV(B) 19.01º 0.94% 0.84% -
XYZ 30.38 19.49 2.51 -
YUV 109.97 72.72 202.2 -
System Red Green Blue C M Y K H S L
Decimal 214 76 12 0 0.64 0.94 0.16 19.01 0.89 0.44
Hex D6 4C C 0 40 5E 10 13 59 2C
Octal 326 114 14 0 100 136 20 23 131 54
Binary 11010110 1001100 1100 0 1000000 1011110 10000 10011 1011001 101100

Color Harmonies of #D64C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C0C

Black with #D64C0C

Text Example


Text Example

White with #D64C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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