Html Css Color HEX #D55505 Tenne (Tawny)

📋 copy color: '#D55505'

red 213 ◦ green 85 ◦ blue 5

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

Shades of Tenne (Tawny) #D55505

Tints of Tenne (Tawny) #D55505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 70.3%
G = 28.05%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D55505 (or 0xD55505) is known color: Tenne (Tawny). HEX triplet: D5, 55 and 05. RGB value is (213,85,5). Sum of RGB (Red+Green+Blue) = 213+85+5=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D55505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55505 is #2AAAFA. Grayscale: #727272. Windows color (decimal): -2796283 or 349653. OLE color: 349653.

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

Color convert

RGB 213 85 5 -
CMYK 0 0.60 0.98 0.16
HSL 23.08º 0.95% 0.43% -
HSV(B) 23.08º 0.98% 0.84% -
XYZ 30.72 20.65 2.51 -
YUV 114.15 66.41 198.5 -
System Red Green Blue C M Y K H S L
Decimal 213 85 5 0 0.60 0.98 0.16 23.08 0.95 0.43
Hex D5 55 5 0 3C 62 10 17 5F 2B
Octal 325 125 5 0 74 142 20 27 137 53
Binary 11010101 1010101 101 0 111100 1100010 10000 10111 1011111 101011

Color Harmonies of #D55505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55505

Black with #D55505

Text Example


Text Example

White with #D55505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55505; }

 p { color: rgb(213,85,5); }

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

background-color css

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

 a { background-color: rgb(213,85,5); }

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

border-color css

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

 span { border-color: rgb(213,85,5); }

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