Html Css Color HEX #D55C0B Tenne (Tawny)

📋 copy color: '#D55C0B'

red 213 ◦ green 92 ◦ blue 11

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

Shades of Tenne (Tawny) #D55C0B

Tints of Tenne (Tawny) #D55C0B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

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

R = 67.41%
G = 29.11%
B = 3.48%

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

#D55C0B (or 0xD55C0B) is known color: Tenne (Tawny). HEX triplet: D5, 5C and 0B. RGB value is (213,92,11). Sum of RGB (Red+Green+Blue) = 213+92+11=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55C0B is #2AA3F4. Grayscale: #777777. Windows color (decimal): -2794485 or 744661. OLE color: 744661.

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

Color convert

RGB 213 92 11 -
CMYK 0 0.57 0.95 0.16
HSL 24.06º 0.9% 0.44% -
HSV(B) 24.06º 0.95% 0.84% -
XYZ 31.33 21.82 2.88 -
YUV 118.95 67.09 195.09 -
System Red Green Blue C M Y K H S L
Decimal 213 92 11 0 0.57 0.95 0.16 24.06 0.9 0.44
Hex D5 5C B 0 39 5F 10 18 5A 2C
Octal 325 134 13 0 71 137 20 30 132 54
Binary 11010101 1011100 1011 0 111001 1011111 10000 11000 1011010 101100

Color Harmonies of #D55C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C0B

Black with #D55C0B

Text Example


Text Example

White with #D55C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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