Html Css Color HEX #D55114 Tenne (Tawny)

📋 copy color: '#D55114'

red 213 ◦ green 81 ◦ blue 20

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

Shades of Tenne (Tawny) #D55114

Tints of Tenne (Tawny) #D55114

RGB

 RED value IS 213 (83.59% from 255) = 67.83%

 GREEN value IS 81 (32.03% from 255) = 25.8%

 BLUE value IS 20 (8.2% from 255) = 6.37%

R = 67.83%
G = 25.8%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D55114 (or 0xD55114) is known color: Tenne (Tawny). HEX triplet: D5, 51 and 14. RGB value is (213,81,20). Sum of RGB (Red+Green+Blue) = 213+81+20=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D55114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55114 is #2AAEEB. Grayscale: #717171. Windows color (decimal): -2797292 or 1331669. OLE color: 1331669.

HSL color Cylindrical-coordinate representation of color #D55114: hue angle of 18.96º degrees, saturation: 0.83, 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 #D55114 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 81 20 -
CMYK 0 0.62 0.91 0.16
HSL 18.96º 0.83% 0.46% -
HSV(B) 18.96º 0.91% 0.84% -
XYZ 30.51 20.08 2.93 -
YUV 113.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 213 81 20 0 0.62 0.91 0.16 18.96 0.83 0.46
Hex D5 51 14 0 3E 5B 10 13 53 2E
Octal 325 121 24 0 76 133 20 23 123 56
Binary 11010101 1010001 10100 0 111110 1011011 10000 10011 1010011 101110

Color Harmonies of #D55114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55114

Black with #D55114

Text Example


Text Example

White with #D55114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55114; }

 p { color: rgb(213,81,20); }

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

background-color css

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

 a { background-color: rgb(213,81,20); }

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

border-color css

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

 span { border-color: rgb(213,81,20); }

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