Html Css Color HEX #D64301 Tenne (Tawny)

📋 copy color: '#D64301'

red 214 ◦ green 67 ◦ blue 1

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

Shades of Tenne (Tawny) #D64301

Tints of Tenne (Tawny) #D64301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

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

R = 75.89%
G = 23.76%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D64301 (or 0xD64301) is known color: Tenne (Tawny). HEX triplet: D6, 43 and 01. RGB value is (214,67,1). Sum of RGB (Red+Green+Blue) = 214+67+1=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D64301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64301 is #29BCFE. Grayscale: #676767. Windows color (decimal): -2735359 or 82902. OLE color: 82902.

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

Color convert

RGB 214 67 1 -
CMYK 0 0.69 1.00 0.16
HSL 18.59º 0.99% 0.42% -
HSV(B) 18.59º 1% 0.84% -
XYZ 29.74 18.31 2 -
YUV 103.43 70.2 206.87 -
System Red Green Blue C M Y K H S L
Decimal 214 67 1 0 0.69 1.00 0.16 18.59 0.99 0.42
Hex D6 43 1 0 45 64 10 13 63 2A
Octal 326 103 1 0 105 144 20 23 143 52
Binary 11010110 1000011 1 0 1000101 1100100 10000 10011 1100011 101010

Color Harmonies of #D64301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64301

Black with #D64301

Text Example


Text Example

White with #D64301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64301; }

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

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

background-color css

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

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

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

border-color css

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

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

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