Html Css Color HEX #D55015 Tenne (Tawny)

📋 copy color: '#D55015'

red 213 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #D55015

Tints of Tenne (Tawny) #D55015

RGB

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

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

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

R = 67.83%
G = 25.48%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D55015 (or 0xD55015) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 15. RGB value is (213,80,21). Sum of RGB (Red+Green+Blue) = 213+80+21=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D55015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55015 is #2AAFEA. Grayscale: #717171. Windows color (decimal): -2797547 or 1396949. OLE color: 1396949.

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

Color convert

RGB 213 80 21 -
CMYK 0 0.62 0.90 0.16
HSL 18.44º 0.82% 0.46% -
HSV(B) 18.44º 0.9% 0.84% -
XYZ 30.44 19.94 2.95 -
YUV 113.04 76.06 199.3 -
System Red Green Blue C M Y K H S L
Decimal 213 80 21 0 0.62 0.90 0.16 18.44 0.82 0.46
Hex D5 50 15 0 3E 5A 10 12 52 2E
Octal 325 120 25 0 76 132 20 22 122 56
Binary 11010101 1010000 10101 0 111110 1011010 10000 10010 1010010 101110

Color Harmonies of #D55015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55015

Black with #D55015

Text Example


Text Example

White with #D55015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55015; }

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

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

background-color css

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

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

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

border-color css

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

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

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