Html Css Color HEX #D64102 Tenne (Tawny)

📋 copy color: '#D64102'

red 214 ◦ green 65 ◦ blue 2

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

Shades of Tenne (Tawny) #D64102

Tints of Tenne (Tawny) #D64102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 76.16%
G = 23.13%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D64102 (or 0xD64102) is known color: Tenne (Tawny). HEX triplet: D6, 41 and 02. RGB value is (214,65,2). Sum of RGB (Red+Green+Blue) = 214+65+2=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D64102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64102 is #29BEFD. Grayscale: #666666. Windows color (decimal): -2735870 or 147926. OLE color: 147926.

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

Color convert

RGB 214 65 2 -
CMYK 0 0.70 0.99 0.16
HSL 17.83º 0.98% 0.42% -
HSV(B) 17.83º 0.99% 0.84% -
XYZ 29.63 18.08 1.99 -
YUV 102.37 71.36 207.62 -
System Red Green Blue C M Y K H S L
Decimal 214 65 2 0 0.70 0.99 0.16 17.83 0.98 0.42
Hex D6 41 2 0 46 63 10 12 62 2A
Octal 326 101 2 0 106 143 20 22 142 52
Binary 11010110 1000001 10 0 1000110 1100011 10000 10010 1100010 101010

Color Harmonies of #D64102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64102

Black with #D64102

Text Example


Text Example

White with #D64102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64102; }

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

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

background-color css

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

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

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

border-color css

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

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

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