Html Css Color HEX #D55E00 Tenne (Tawny)

📋 copy color: '#D55E00'

red 213 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #D55E00

Tints of Tenne (Tawny) #D55E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

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

R = 69.38%
G = 30.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D55E00 (or 0xD55E00) is known color: Tenne (Tawny). HEX triplet: D5, 5E and 00. RGB value is (213,94,0). Sum of RGB (Red+Green+Blue) = 213+94+0=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55E00 is #2AA1FF. Grayscale: #777777. Windows color (decimal): -2793984 or 24277. OLE color: 24277.

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

Color convert

RGB 213 94 0 -
CMYK 0 0.56 1 0.16
HSL 26.48º 1% 0.42% -
HSV(B) 26.48º 1% 0.84% -
XYZ 31.44 22.15 2.62 -
YUV 118.87 60.92 195.14 -
System Red Green Blue C M Y K H S L
Decimal 213 94 0 0 0.56 1 0.16 26.48 1 0.42
Hex D5 5E 0 0 38 64 10 1A 64 2A
Octal 325 136 0 0 70 144 20 32 144 52
Binary 11010101 1011110 0 0 111000 1100100 10000 11010 1100100 101010

Color Harmonies of #D55E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E00

Black with #D55E00

Text Example


Text Example

White with #D55E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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