Html Css Color HEX #D55314 Tenne (Tawny)

📋 copy color: '#D55314'

red 213 ◦ green 83 ◦ blue 20

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

Shades of Tenne (Tawny) #D55314

Tints of Tenne (Tawny) #D55314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 67.41%
G = 26.27%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D55314 (or 0xD55314) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 14. RGB value is (213,83,20). Sum of RGB (Red+Green+Blue) = 213+83+20=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D55314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55314 is #2AACEB. Grayscale: #737373. Windows color (decimal): -2796780 or 1332181. OLE color: 1332181.

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

Color convert

RGB 213 83 20 -
CMYK 0 0.61 0.91 0.16
HSL 19.59º 0.83% 0.46% -
HSV(B) 19.59º 0.91% 0.84% -
XYZ 30.66 20.38 2.98 -
YUV 114.69 74.57 198.12 -
System Red Green Blue C M Y K H S L
Decimal 213 83 20 0 0.61 0.91 0.16 19.59 0.83 0.46
Hex D5 53 14 0 3D 5B 10 14 53 2E
Octal 325 123 24 0 75 133 20 24 123 56
Binary 11010101 1010011 10100 0 111101 1011011 10000 10100 1010011 101110

Color Harmonies of #D55314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55314

Black with #D55314

Text Example


Text Example

White with #D55314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55314; }

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

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

background-color css

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

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

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

border-color css

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

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

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