Html Css Color HEX #D55C0C Tenne (Tawny)

📋 copy color: '#D55C0C'

red 213 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #D55C0C

Tints of Tenne (Tawny) #D55C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 67.19%
G = 29.02%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D55C0C (or 0xD55C0C) is known color: Tenne (Tawny). HEX triplet: D5, 5C and 0C. RGB value is (213,92,12). Sum of RGB (Red+Green+Blue) = 213+92+12=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55C0C is #2AA3F3. Grayscale: #777777. Windows color (decimal): -2794484 or 810197. OLE color: 810197.

HSL color Cylindrical-coordinate representation of color #D55C0C: hue angle of 23.88º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D55C0C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 92 12 -
CMYK 0 0.57 0.94 0.16
HSL 23.88º 0.89% 0.44% -
HSV(B) 23.88º 0.94% 0.84% -
XYZ 31.33 21.83 2.91 -
YUV 119.06 67.59 195 -
System Red Green Blue C M Y K H S L
Decimal 213 92 12 0 0.57 0.94 0.16 23.88 0.89 0.44
Hex D5 5C C 0 39 5E 10 18 59 2C
Octal 325 134 14 0 71 136 20 30 131 54
Binary 11010101 1011100 1100 0 111001 1011110 10000 11000 1011001 101100

Color Harmonies of #D55C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C0C

Black with #D55C0C

Text Example


Text Example

White with #D55C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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