Html Css Color HEX #D5550B Tenne (Tawny)

📋 copy color: '#D5550B'

red 213 ◦ green 85 ◦ blue 11

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

Shades of Tenne (Tawny) #D5550B

Tints of Tenne (Tawny) #D5550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 11 (4.69% from 255) = 3.56%

R = 68.93%
G = 27.51%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5550B (or 0xD5550B) is known color: Tenne (Tawny). HEX triplet: D5, 55 and 0B. RGB value is (213,85,11). Sum of RGB (Red+Green+Blue) = 213+85+11=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5550B is #2AAAF4. Grayscale: #737373. Windows color (decimal): -2796277 or 742869. OLE color: 742869.

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

Color convert

RGB 213 85 11 -
CMYK 0 0.60 0.95 0.16
HSL 21.98º 0.9% 0.44% -
HSV(B) 21.98º 0.95% 0.84% -
XYZ 30.75 20.67 2.69 -
YUV 114.84 69.41 198.02 -
System Red Green Blue C M Y K H S L
Decimal 213 85 11 0 0.60 0.95 0.16 21.98 0.9 0.44
Hex D5 55 B 0 3C 5F 10 16 5A 2C
Octal 325 125 13 0 74 137 20 26 132 54
Binary 11010101 1010101 1011 0 111100 1011111 10000 10110 1011010 101100

Color Harmonies of #D5550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5550B

Black with #D5550B

Text Example


Text Example

White with #D5550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5550B; }

 p { color: rgb(213,85,11); }

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

background-color css

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

 a { background-color: rgb(213,85,11); }

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

border-color css

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

 span { border-color: rgb(213,85,11); }

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