Html Css Color HEX #D64E02 Tenne (Tawny)

📋 copy color: '#D64E02'

red 214 ◦ green 78 ◦ blue 2

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

Shades of Tenne (Tawny) #D64E02

Tints of Tenne (Tawny) #D64E02

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.53%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 72.79%
G = 26.53%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D64E02 (or 0xD64E02) is known color: Tenne (Tawny). HEX triplet: D6, 4E and 02. RGB value is (214,78,2). Sum of RGB (Red+Green+Blue) = 214+78+2=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64E02 is #29B1FD. Grayscale: #6E6E6E. Windows color (decimal): -2732542 or 151254. OLE color: 151254.

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

Color convert

RGB 214 78 2 -
CMYK 0 0.64 0.99 0.16
HSL 21.51º 0.98% 0.42% -
HSV(B) 21.51º 0.99% 0.84% -
XYZ 30.47 19.75 2.26 -
YUV 110 67.06 202.18 -
System Red Green Blue C M Y K H S L
Decimal 214 78 2 0 0.64 0.99 0.16 21.51 0.98 0.42
Hex D6 4E 2 0 40 63 10 16 62 2A
Octal 326 116 2 0 100 143 20 26 142 52
Binary 11010110 1001110 10 0 1000000 1100011 10000 10110 1100010 101010

Color Harmonies of #D64E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E02

Black with #D64E02

Text Example


Text Example

White with #D64E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E02; }

 p { color: rgb(214,78,2); }

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

background-color css

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

 a { background-color: rgb(214,78,2); }

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

border-color css

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

 span { border-color: rgb(214,78,2); }

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