Html Css Color HEX #D55B0A Tenne (Tawny)

📋 copy color: '#D55B0A'

red 213 ◦ green 91 ◦ blue 10

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

Shades of Tenne (Tawny) #D55B0A

Tints of Tenne (Tawny) #D55B0A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 67.83%
G = 28.98%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D55B0A (or 0xD55B0A) is known color: Tenne (Tawny). HEX triplet: D5, 5B and 0A. RGB value is (213,91,10). Sum of RGB (Red+Green+Blue) = 213+91+10=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55B0A is #2AA4F5. Grayscale: #767676. Windows color (decimal): -2794742 or 678869. OLE color: 678869.

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

Color convert

RGB 213 91 10 -
CMYK 0 0.57 0.95 0.16
HSL 23.94º 0.91% 0.44% -
HSV(B) 23.94º 0.95% 0.84% -
XYZ 31.24 21.65 2.82 -
YUV 118.24 66.92 195.59 -
System Red Green Blue C M Y K H S L
Decimal 213 91 10 0 0.57 0.95 0.16 23.94 0.91 0.44
Hex D5 5B A 0 39 5F 10 18 5B 2C
Octal 325 133 12 0 71 137 20 30 133 54
Binary 11010101 1011011 1010 0 111001 1011111 10000 11000 1011011 101100

Color Harmonies of #D55B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B0A

Black with #D55B0A

Text Example


Text Example

White with #D55B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B0A; }

 p { color: rgb(213,91,10); }

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

background-color css

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

 a { background-color: rgb(213,91,10); }

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

border-color css

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

 span { border-color: rgb(213,91,10); }

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