Html Css Color HEX #D55017 Tenne (Tawny)

📋 copy color: '#D55017'

red 213 ◦ green 80 ◦ blue 23

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

Shades of Tenne (Tawny) #D55017

Tints of Tenne (Tawny) #D55017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.28%

R = 67.41%
G = 25.32%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D55017 (or 0xD55017) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 17. RGB value is (213,80,23). Sum of RGB (Red+Green+Blue) = 213+80+23=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D55017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55017 is #2AAFE8. Grayscale: #717171. Windows color (decimal): -2797545 or 1528021. OLE color: 1528021.

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

Color convert

RGB 213 80 23 -
CMYK 0 0.62 0.89 0.16
HSL 18º 0.81% 0.46% -
HSV(B) 18º 0.89% 0.84% -
XYZ 30.46 19.95 3.05 -
YUV 113.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 213 80 23 0 0.62 0.89 0.16 18 0.81 0.46
Hex D5 50 17 0 3E 59 10 12 51 2E
Octal 325 120 27 0 76 131 20 22 121 56
Binary 11010101 1010000 10111 0 111110 1011001 10000 10010 1010001 101110

Color Harmonies of #D55017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55017

Black with #D55017

Text Example


Text Example

White with #D55017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55017; }

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

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

background-color css

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

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

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

border-color css

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

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

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