Html Css Color HEX #D55305 Tenne (Tawny)

📋 copy color: '#D55305'

red 213 ◦ green 83 ◦ blue 5

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

Shades of Tenne (Tawny) #D55305

Tints of Tenne (Tawny) #D55305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

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

R = 70.76%
G = 27.57%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D55305 (or 0xD55305) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 05. RGB value is (213,83,5). Sum of RGB (Red+Green+Blue) = 213+83+5=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D55305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55305 is #2AACFA. Grayscale: #717171. Windows color (decimal): -2796795 or 349141. OLE color: 349141.

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

Color convert

RGB 213 83 5 -
CMYK 0 0.61 0.98 0.16
HSL 22.5º 0.95% 0.43% -
HSV(B) 22.5º 0.98% 0.84% -
XYZ 30.56 20.34 2.46 -
YUV 112.98 67.07 199.34 -
System Red Green Blue C M Y K H S L
Decimal 213 83 5 0 0.61 0.98 0.16 22.5 0.95 0.43
Hex D5 53 5 0 3D 62 10 16 5F 2B
Octal 325 123 5 0 75 142 20 26 137 53
Binary 11010101 1010011 101 0 111101 1100010 10000 10110 1011111 101011

Color Harmonies of #D55305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55305

Black with #D55305

Text Example


Text Example

White with #D55305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55305; }

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

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

background-color css

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

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

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

border-color css

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

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

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