Html Css Color HEX #D55B0B Tenne (Tawny)

📋 copy color: '#D55B0B'

red 213 ◦ green 91 ◦ blue 11

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

Shades of Tenne (Tawny) #D55B0B

Tints of Tenne (Tawny) #D55B0B

RGB

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

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

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

R = 67.62%
G = 28.89%
B = 3.49%

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

#D55B0B (or 0xD55B0B) is known color: Tenne (Tawny). HEX triplet: D5, 5B and 0B. RGB value is (213,91,11). Sum of RGB (Red+Green+Blue) = 213+91+11=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55B0B is #2AA4F4. Grayscale: #767676. Windows color (decimal): -2794741 or 744405. OLE color: 744405.

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

Color convert

RGB 213 91 11 -
CMYK 0 0.57 0.95 0.16
HSL 23.76º 0.9% 0.44% -
HSV(B) 23.76º 0.95% 0.84% -
XYZ 31.24 21.65 2.85 -
YUV 118.36 67.42 195.5 -
System Red Green Blue C M Y K H S L
Decimal 213 91 11 0 0.57 0.95 0.16 23.76 0.9 0.44
Hex D5 5B B 0 39 5F 10 18 5A 2C
Octal 325 133 13 0 71 137 20 30 132 54
Binary 11010101 1011011 1011 0 111001 1011111 10000 11000 1011010 101100

Color Harmonies of #D55B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B0B

Black with #D55B0B

Text Example


Text Example

White with #D55B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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