#D64A0B

Color #D64A0B Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D64A0B

Tints of Tenne (Tawny) #D64A0B

Color information

#D64A0B (or 0xD64A0B) is unknown color: approx Tenne (Tawny). HEX triplet: D6, 4A and 0B. RGB value is (214,74,11). Sum of RGB (Red+Green+Blue) = 214+74+11=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A0B is #29B5F4. Grayscale: #6D6D6D. Windows color (decimal): -2733557 or 740054. OLE color: 740054.

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

Color convert

RGB2147411-
CMYK00.650.950.16
HSL18.62º90.22%44.12%-
HSV(B)18.62º94.86%83.92%-
XYZ30.2419.222.43-
YUV108.6872.88203.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 71.57%
GREEN value IS 74 (29.30% from 255) = 24.75%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=71.57%
G=24.75%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214741100.650.950.1618.6290.2244.12
HexD64AB0415F10135a2c
Octal326112130101137202313254
Binary110101101001010101101000001101111110000100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64A0B; }

 p { color: rgb(214,74,11); }

 H1.HeaderClassName
 {
   color: #D64A0B;
 }
 .AnyTagClassName
 {
   color: #D64A0B;
 }
</style>
background-color css

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

 a { background-color: rgb(214,74,11); }

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

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

 span { border-color: rgb(214,74,11); }

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