Html Css Color HEX #D55200 Tenne (Tawny)

📋 copy color: '#D55200'

red 213 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #D55200

Tints of Tenne (Tawny) #D55200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 72.2%
G = 27.8%
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

#D55200 (or 0xD55200) is known color: Tenne (Tawny). HEX triplet: D5, 52 and 00. RGB value is (213,82,0). Sum of RGB (Red+Green+Blue) = 213+82+0=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D55200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55200 is #2AADFF. Grayscale: #707070. Windows color (decimal): -2797056 or 21205. OLE color: 21205.

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

Color convert

RGB 213 82 0 -
CMYK 0 0.62 1 0.16
HSL 23.1º 1% 0.42% -
HSV(B) 23.1º 1% 0.84% -
XYZ 30.46 20.18 2.29 -
YUV 111.82 64.9 200.17 -
System Red Green Blue C M Y K H S L
Decimal 213 82 0 0 0.62 1 0.16 23.1 1 0.42
Hex D5 52 0 0 3E 64 10 17 64 2A
Octal 325 122 0 0 76 144 20 27 144 52
Binary 11010101 1010010 0 0 111110 1100100 10000 10111 1100100 101010

Color Harmonies of #D55200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55200

Black with #D55200

Text Example


Text Example

White with #D55200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55200; }

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

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

background-color css

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

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

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

border-color css

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

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

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