Html Css Color HEX #D55009 Tenne (Tawny)

📋 copy color: '#D55009'

red 213 ◦ green 80 ◦ blue 9

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

Shades of Tenne (Tawny) #D55009

Tints of Tenne (Tawny) #D55009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.98%

R = 70.53%
G = 26.49%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D55009 (or 0xD55009) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 09. RGB value is (213,80,9). Sum of RGB (Red+Green+Blue) = 213+80+9=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D55009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55009 is #2AAFF6. Grayscale: #707070. Windows color (decimal): -2797559 or 610517. OLE color: 610517.

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

Color convert

RGB 213 80 9 -
CMYK 0 0.62 0.96 0.16
HSL 20.88º 0.92% 0.44% -
HSV(B) 20.88º 0.96% 0.84% -
XYZ 30.36 19.9 2.5 -
YUV 111.67 70.06 200.27 -
System Red Green Blue C M Y K H S L
Decimal 213 80 9 0 0.62 0.96 0.16 20.88 0.92 0.44
Hex D5 50 9 0 3E 60 10 15 5C 2C
Octal 325 120 11 0 76 140 20 25 134 54
Binary 11010101 1010000 1001 0 111110 1100000 10000 10101 1011100 101100

Color Harmonies of #D55009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55009

Black with #D55009

Text Example


Text Example

White with #D55009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55009; }

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

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

background-color css

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

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

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

border-color css

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

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

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