Html Css Color HEX #D64B09 Tenne (Tawny)

📋 copy color: '#D64B09'

red 214 ◦ green 75 ◦ blue 9

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

Shades of Tenne (Tawny) #D64B09

Tints of Tenne (Tawny) #D64B09

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.17%

 BLUE value IS 9 (3.91% from 255) = 3.02%

R = 71.81%
G = 25.17%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64B09 (or 0xD64B09) is known color: Tenne (Tawny). HEX triplet: D6, 4B and 09. RGB value is (214,75,9). Sum of RGB (Red+Green+Blue) = 214+75+9=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64B09 is #29B4F6. Grayscale: #6D6D6D. Windows color (decimal): -2733303 or 609238. OLE color: 609238.

HSL color Cylindrical-coordinate representation of color #D64B09: hue angle of 19.32º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D64B09 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 75 9 -
CMYK 0 0.65 0.96 0.16
HSL 19.32º 0.92% 0.44% -
HSV(B) 19.32º 0.96% 0.84% -
XYZ 30.3 19.35 2.4 -
YUV 109.04 71.55 202.87 -
System Red Green Blue C M Y K H S L
Decimal 214 75 9 0 0.65 0.96 0.16 19.32 0.92 0.44
Hex D6 4B 9 0 41 60 10 13 5C 2C
Octal 326 113 11 0 101 140 20 23 134 54
Binary 11010110 1001011 1001 0 1000001 1100000 10000 10011 1011100 101100

Color Harmonies of #D64B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B09

Black with #D64B09

Text Example


Text Example

White with #D64B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B09; }

 p { color: rgb(214,75,9); }

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

background-color css

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

 a { background-color: rgb(214,75,9); }

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

border-color css

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

 span { border-color: rgb(214,75,9); }

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