Html Css Color HEX #D55A0B Tenne (Tawny)

📋 copy color: '#D55A0B'

red 213 ◦ green 90 ◦ blue 11

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

Shades of Tenne (Tawny) #D55A0B

Tints of Tenne (Tawny) #D55A0B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

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

R = 67.83%
G = 28.66%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D55A0B (or 0xD55A0B) is known color: Tenne (Tawny). HEX triplet: D5, 5A and 0B. RGB value is (213,90,11). Sum of RGB (Red+Green+Blue) = 213+90+11=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55A0B is #2AA5F4. Grayscale: #767676. Windows color (decimal): -2794997 or 744149. OLE color: 744149.

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

Color convert

RGB 213 90 11 -
CMYK 0 0.58 0.95 0.16
HSL 23.47º 0.9% 0.44% -
HSV(B) 23.47º 0.95% 0.84% -
XYZ 31.16 21.48 2.82 -
YUV 117.77 67.75 195.92 -
System Red Green Blue C M Y K H S L
Decimal 213 90 11 0 0.58 0.95 0.16 23.47 0.9 0.44
Hex D5 5A B 0 3A 5F 10 17 5A 2C
Octal 325 132 13 0 72 137 20 27 132 54
Binary 11010101 1011010 1011 0 111010 1011111 10000 10111 1011010 101100

Color Harmonies of #D55A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A0B

Black with #D55A0B

Text Example


Text Example

White with #D55A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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