Html Css Color HEX #D64B13 Tenne (Tawny)

📋 copy color: '#D64B13'

red 214 ◦ green 75 ◦ blue 19

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

Shades of Tenne (Tawny) #D64B13

Tints of Tenne (Tawny) #D64B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 69.48%
G = 24.35%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D64B13 (or 0xD64B13) is known color: Tenne (Tawny). HEX triplet: D6, 4B and 13. RGB value is (214,75,19). Sum of RGB (Red+Green+Blue) = 214+75+19=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64B13 is #29B4EC. Grayscale: #6E6E6E. Windows color (decimal): -2733293 or 1264598. OLE color: 1264598.

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

Color convert

RGB 214 75 19 -
CMYK 0 0.65 0.91 0.16
HSL 17.23º 0.84% 0.46% -
HSV(B) 17.23º 0.91% 0.84% -
XYZ 30.37 19.38 2.76 -
YUV 110.18 76.55 202.05 -
System Red Green Blue C M Y K H S L
Decimal 214 75 19 0 0.65 0.91 0.16 17.23 0.84 0.46
Hex D6 4B 13 0 41 5B 10 11 54 2E
Octal 326 113 23 0 101 133 20 21 124 56
Binary 11010110 1001011 10011 0 1000001 1011011 10000 10001 1010100 101110

Color Harmonies of #D64B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B13

Black with #D64B13

Text Example


Text Example

White with #D64B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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