Html Css Color HEX #D55100 Tenne (Tawny)

📋 copy color: '#D55100'

red 213 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #D55100

Tints of Tenne (Tawny) #D55100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.45%
G = 27.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D55100 (or 0xD55100) is known color: Tenne (Tawny). HEX triplet: D5, 51 and 00. RGB value is (213,81,0). Sum of RGB (Red+Green+Blue) = 213+81+0=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D55100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55100 is #2AAEFF. Grayscale: #6F6F6F. Windows color (decimal): -2797312 or 20949. OLE color: 20949.

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

Color convert

RGB 213 81 0 -
CMYK 0 0.62 1 0.16
HSL 22.82º 1% 0.42% -
HSV(B) 22.82º 1% 0.84% -
XYZ 30.38 20.03 2.27 -
YUV 111.23 65.23 200.59 -
System Red Green Blue C M Y K H S L
Decimal 213 81 0 0 0.62 1 0.16 22.82 1 0.42
Hex D5 51 0 0 3E 64 10 17 64 2A
Octal 325 121 0 0 76 144 20 27 144 52
Binary 11010101 1010001 0 0 111110 1100100 10000 10111 1100100 101010

Color Harmonies of #D55100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55100

Black with #D55100

Text Example


Text Example

White with #D55100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55100; }

 p { color: rgb(213,81,0); }

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

background-color css

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

 a { background-color: rgb(213,81,0); }

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

border-color css

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

 span { border-color: rgb(213,81,0); }

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