Html Css Color HEX #D55310 Tenne (Tawny)

📋 copy color: '#D55310'

red 213 ◦ green 83 ◦ blue 16

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

Shades of Tenne (Tawny) #D55310

Tints of Tenne (Tawny) #D55310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 68.27%
G = 26.6%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D55310 (or 0xD55310) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 10. RGB value is (213,83,16). Sum of RGB (Red+Green+Blue) = 213+83+16=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D55310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55310 is #2AACEF. Grayscale: #727272. Windows color (decimal): -2796784 or 1070037. OLE color: 1070037.

HSL color Cylindrical-coordinate representation of color #D55310: hue angle of 20.41º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D55310 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 16 -
CMYK 0 0.61 0.92 0.16
HSL 20.41º 0.86% 0.45% -
HSV(B) 20.41º 0.92% 0.84% -
XYZ 30.63 20.37 2.81 -
YUV 114.23 72.57 198.45 -
System Red Green Blue C M Y K H S L
Decimal 213 83 16 0 0.61 0.92 0.16 20.41 0.86 0.45
Hex D5 53 10 0 3D 5C 10 14 56 2D
Octal 325 123 20 0 75 134 20 24 126 55
Binary 11010101 1010011 10000 0 111101 1011100 10000 10100 1010110 101101

Color Harmonies of #D55310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55310

Black with #D55310

Text Example


Text Example

White with #D55310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55310; }

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

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

background-color css

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

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

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

border-color css

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

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

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