Html Css Color HEX #D55415 Tenne (Tawny)

📋 copy color: '#D55415'

red 213 ◦ green 84 ◦ blue 21

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

Shades of Tenne (Tawny) #D55415

Tints of Tenne (Tawny) #D55415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 66.98%
G = 26.42%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D55415 (or 0xD55415) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 15. RGB value is (213,84,21). Sum of RGB (Red+Green+Blue) = 213+84+21=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D55415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55415 is #2AABEA. Grayscale: #737373. Windows color (decimal): -2796523 or 1397973. OLE color: 1397973.

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

Color convert

RGB 213 84 21 -
CMYK 0 0.61 0.90 0.16
HSL 19.69º 0.82% 0.46% -
HSV(B) 19.69º 0.9% 0.84% -
XYZ 30.75 20.54 3.05 -
YUV 115.39 74.74 197.62 -
System Red Green Blue C M Y K H S L
Decimal 213 84 21 0 0.61 0.90 0.16 19.69 0.82 0.46
Hex D5 54 15 0 3D 5A 10 14 52 2E
Octal 325 124 25 0 75 132 20 24 122 56
Binary 11010101 1010100 10101 0 111101 1011010 10000 10100 1010010 101110

Color Harmonies of #D55415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55415

Black with #D55415

Text Example


Text Example

White with #D55415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55415; }

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

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

background-color css

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

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

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

border-color css

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

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

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