Html Css Color HEX #D64A0A Tenne (Tawny)

📋 copy color: '#D64A0A'

red 214 ◦ green 74 ◦ blue 10

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

Shades of Tenne (Tawny) #D64A0A

Tints of Tenne (Tawny) #D64A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 10 (4.3% from 255) = 3.36%

R = 71.81%
G = 24.83%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D64A0A (or 0xD64A0A) is known color: Tenne (Tawny). HEX triplet: D6, 4A and 0A. RGB value is (214,74,10). Sum of RGB (Red+Green+Blue) = 214+74+10=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A0A is #29B5F5. Grayscale: #6C6C6C. Windows color (decimal): -2733558 or 674518. OLE color: 674518.

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

Color convert

RGB 214 74 10 -
CMYK 0 0.65 0.95 0.16
HSL 18.82º 0.91% 0.44% -
HSV(B) 18.82º 0.95% 0.84% -
XYZ 30.24 19.22 2.4 -
YUV 108.56 72.38 203.2 -
System Red Green Blue C M Y K H S L
Decimal 214 74 10 0 0.65 0.95 0.16 18.82 0.91 0.44
Hex D6 4A A 0 41 5F 10 13 5B 2C
Octal 326 112 12 0 101 137 20 23 133 54
Binary 11010110 1001010 1010 0 1000001 1011111 10000 10011 1011011 101100

Color Harmonies of #D64A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A0A

Black with #D64A0A

Text Example


Text Example

White with #D64A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A0A; }

 p { color: rgb(214,74,10); }

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

background-color css

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

 a { background-color: rgb(214,74,10); }

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

border-color css

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

 span { border-color: rgb(214,74,10); }

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