Html Css Color HEX #D55014 Tenne (Tawny)

📋 copy color: '#D55014'

red 213 ◦ green 80 ◦ blue 20

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

Shades of Tenne (Tawny) #D55014

Tints of Tenne (Tawny) #D55014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 68.05%
G = 25.56%
B = 6.39%

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

#D55014 (or 0xD55014) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 14. RGB value is (213,80,20). Sum of RGB (Red+Green+Blue) = 213+80+20=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D55014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55014 is #2AAFEB. Grayscale: #717171. Windows color (decimal): -2797548 or 1331413. OLE color: 1331413.

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

Color convert

RGB 213 80 20 -
CMYK 0 0.62 0.91 0.16
HSL 18.65º 0.83% 0.46% -
HSV(B) 18.65º 0.91% 0.84% -
XYZ 30.44 19.93 2.91 -
YUV 112.93 75.56 199.38 -
System Red Green Blue C M Y K H S L
Decimal 213 80 20 0 0.62 0.91 0.16 18.65 0.83 0.46
Hex D5 50 14 0 3E 5B 10 13 53 2E
Octal 325 120 24 0 76 133 20 23 123 56
Binary 11010101 1010000 10100 0 111110 1011011 10000 10011 1010011 101110

Color Harmonies of #D55014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55014

Black with #D55014

Text Example


Text Example

White with #D55014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55014; }

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

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

background-color css

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

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

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

border-color css

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

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

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