Html Css Color HEX #D55C07 Tenne (Tawny)

📋 copy color: '#D55C07'

red 213 ◦ green 92 ◦ blue 7

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

Shades of Tenne (Tawny) #D55C07

Tints of Tenne (Tawny) #D55C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 68.27%
G = 29.49%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D55C07 (or 0xD55C07) is known color: Tenne (Tawny). HEX triplet: D5, 5C and 07. RGB value is (213,92,7). Sum of RGB (Red+Green+Blue) = 213+92+7=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55C07 is #2AA3F8. Grayscale: #767676. Windows color (decimal): -2794489 or 482517. OLE color: 482517.

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

Color convert

RGB 213 92 7 -
CMYK 0 0.57 0.97 0.16
HSL 24.76º 0.94% 0.43% -
HSV(B) 24.76º 0.97% 0.84% -
XYZ 31.31 21.82 2.76 -
YUV 118.49 65.09 195.41 -
System Red Green Blue C M Y K H S L
Decimal 213 92 7 0 0.57 0.97 0.16 24.76 0.94 0.43
Hex D5 5C 7 0 39 61 10 19 5E 2B
Octal 325 134 7 0 71 141 20 31 136 53
Binary 11010101 1011100 111 0 111001 1100001 10000 11001 1011110 101011

Color Harmonies of #D55C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C07

Black with #D55C07

Text Example


Text Example

White with #D55C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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