Html Css Color HEX #D3640A Tenne (Tawny)

📋 copy color: '#D3640A'

red 211 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #D3640A

Tints of Tenne (Tawny) #D3640A

RGB

 RED value IS 211 (82.81% from 255) = 65.73%

 GREEN value IS 100 (39.45% from 255) = 31.15%

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

R = 65.73%
G = 31.15%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D3640A (or 0xD3640A) is known color: Tenne (Tawny). HEX triplet: D3, 64 and 0A. RGB value is (211,100,10). Sum of RGB (Red+Green+Blue) = 211+100+10=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D3640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3640A is #2C9BF5. Grayscale: #7B7B7B. Windows color (decimal): -2923510 or 681171. OLE color: 681171.

HSL color Cylindrical-coordinate representation of color #D3640A: hue angle of 26.87º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3640A is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 100 10 -
CMYK 0 0.53 0.95 0.17
HSL 26.87º 0.91% 0.43% -
HSV(B) 26.87º 0.95% 0.83% -
XYZ 31.48 22.99 3.06 -
YUV 122.93 64.27 190.82 -
System Red Green Blue C M Y K H S L
Decimal 211 100 10 0 0.53 0.95 0.17 26.87 0.91 0.43
Hex D3 64 A 0 35 5F 11 1B 5B 2B
Octal 323 144 12 0 65 137 21 33 133 53
Binary 11010011 1100100 1010 0 110101 1011111 10001 11011 1011011 101011

Color Harmonies of #D3640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3640A

Black with #D3640A

Text Example


Text Example

White with #D3640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3640A; }

 p { color: rgb(211,100,10); }

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

background-color css

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

 a { background-color: rgb(211,100,10); }

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

border-color css

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

 span { border-color: rgb(211,100,10); }

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