Html Css Color HEX #D55013 Tenne (Tawny)

📋 copy color: '#D55013'

red 213 ◦ green 80 ◦ blue 19

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

Shades of Tenne (Tawny) #D55013

Tints of Tenne (Tawny) #D55013

RGB

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

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

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

R = 68.27%
G = 25.64%
B = 6.09%

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

#D55013 (or 0xD55013) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 13. RGB value is (213,80,19). Sum of RGB (Red+Green+Blue) = 213+80+19=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D55013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55013 is #2AAFEC. Grayscale: #717171. Windows color (decimal): -2797549 or 1265877. OLE color: 1265877.

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

Color convert

RGB 213 80 19 -
CMYK 0 0.62 0.91 0.16
HSL 18.87º 0.84% 0.45% -
HSV(B) 18.87º 0.91% 0.84% -
XYZ 30.43 19.93 2.86 -
YUV 112.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 213 80 19 0 0.62 0.91 0.16 18.87 0.84 0.45
Hex D5 50 13 0 3E 5B 10 13 54 2D
Octal 325 120 23 0 76 133 20 23 124 55
Binary 11010101 1010000 10011 0 111110 1011011 10000 10011 1010100 101101

Color Harmonies of #D55013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55013

Black with #D55013

Text Example


Text Example

White with #D55013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55013; }

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

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

background-color css

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

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

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

border-color css

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

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

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