Html Css Color HEX #D64401 Tenne (Tawny)

📋 copy color: '#D64401'

red 214 ◦ green 68 ◦ blue 1

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

Shades of Tenne (Tawny) #D64401

Tints of Tenne (Tawny) #D64401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 75.62%
G = 24.03%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D64401 (or 0xD64401) is known color: Tenne (Tawny). HEX triplet: D6, 44 and 01. RGB value is (214,68,1). Sum of RGB (Red+Green+Blue) = 214+68+1=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D64401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64401 is #29BBFE. Grayscale: #686868. Windows color (decimal): -2735103 or 83158. OLE color: 83158.

HSL color Cylindrical-coordinate representation of color #D64401: hue angle of 18.87º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D64401 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 1 -
CMYK 0 0.68 1.00 0.16
HSL 18.87º 0.99% 0.42% -
HSV(B) 18.87º 1% 0.84% -
XYZ 29.8 18.43 2.02 -
YUV 104.02 69.87 206.45 -
System Red Green Blue C M Y K H S L
Decimal 214 68 1 0 0.68 1.00 0.16 18.87 0.99 0.42
Hex D6 44 1 0 44 64 10 13 63 2A
Octal 326 104 1 0 104 144 20 23 143 52
Binary 11010110 1000100 1 0 1000100 1100100 10000 10011 1100011 101010

Color Harmonies of #D64401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64401

Black with #D64401

Text Example


Text Example

White with #D64401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64401; }

 p { color: rgb(214,68,1); }

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

background-color css

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

 a { background-color: rgb(214,68,1); }

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

border-color css

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

 span { border-color: rgb(214,68,1); }

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