Html Css Color HEX #D55413 Tenne (Tawny)

📋 copy color: '#D55413'

red 213 ◦ green 84 ◦ blue 19

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

Shades of Tenne (Tawny) #D55413

Tints of Tenne (Tawny) #D55413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 67.41%
G = 26.58%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D55413 (or 0xD55413) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 13. RGB value is (213,84,19). Sum of RGB (Red+Green+Blue) = 213+84+19=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D55413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55413 is #2AABEC. Grayscale: #737373. Windows color (decimal): -2796525 or 1266901. OLE color: 1266901.

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

Color convert

RGB 213 84 19 -
CMYK 0 0.61 0.91 0.16
HSL 20.1º 0.84% 0.45% -
HSV(B) 20.1º 0.91% 0.84% -
XYZ 30.73 20.53 2.96 -
YUV 115.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 213 84 19 0 0.61 0.91 0.16 20.1 0.84 0.45
Hex D5 54 13 0 3D 5B 10 14 54 2D
Octal 325 124 23 0 75 133 20 24 124 55
Binary 11010101 1010100 10011 0 111101 1011011 10000 10100 1010100 101101

Color Harmonies of #D55413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55413

Black with #D55413

Text Example


Text Example

White with #D55413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55413; }

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

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

background-color css

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

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

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

border-color css

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

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

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