Html Css Color HEX #D64A0B Tenne (Tawny)

📋 copy color: '#D64A0B'

red 214 ◦ green 74 ◦ blue 11

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

Shades of Tenne (Tawny) #D64A0B

Tints of Tenne (Tawny) #D64A0B

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D64A0B (or 0xD64A0B) is known color: 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

RGB 214 74 11 -
CMYK 0 0.65 0.95 0.16
HSL 18.62º 0.9% 0.44% -
HSV(B) 18.62º 0.95% 0.84% -
XYZ 30.24 19.22 2.43 -
YUV 108.68 72.88 203.12 -
System Red Green Blue C M Y K H S L
Decimal 214 74 11 0 0.65 0.95 0.16 18.62 0.9 0.44
Hex D6 4A B 0 41 5F 10 13 5A 2C
Octal 326 112 13 0 101 137 20 23 132 54
Binary 11010110 1001010 1011 0 1000001 1011111 10000 10011 1011010 101100

Color Harmonies of #D64A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A0B

Black with #D64A0B

Text Example


Text Example

White with #D64A0B

Text Example


Text Example

HTML Codes & Css Web 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>