Html Css Color HEX #D3550B Tenne (Tawny)

📋 copy color: '#D3550B'

red 211 ◦ green 85 ◦ blue 11

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

Shades of Tenne (Tawny) #D3550B

Tints of Tenne (Tawny) #D3550B

RGB

 RED value IS 211 (82.81% from 255) = 68.73%

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

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

R = 68.73%
G = 27.69%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D3550B (or 0xD3550B) is known color: Tenne (Tawny). HEX triplet: D3, 55 and 0B. RGB value is (211,85,11). Sum of RGB (Red+Green+Blue) = 211+85+11=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3550B is #2CAAF4. Grayscale: #727272. Windows color (decimal): -2927349 or 742867. OLE color: 742867.

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

Color convert

RGB 211 85 11 -
CMYK 0 0.60 0.95 0.17
HSL 22.2º 0.9% 0.44% -
HSV(B) 22.2º 0.95% 0.83% -
XYZ 30.17 20.37 2.66 -
YUV 114.24 69.74 197.02 -
System Red Green Blue C M Y K H S L
Decimal 211 85 11 0 0.60 0.95 0.17 22.2 0.9 0.44
Hex D3 55 B 0 3C 5F 11 16 5A 2C
Octal 323 125 13 0 74 137 21 26 132 54
Binary 11010011 1010101 1011 0 111100 1011111 10001 10110 1011010 101100

Color Harmonies of #D3550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3550B

Black with #D3550B

Text Example


Text Example

White with #D3550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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