Html Css Color HEX #D55313 Tenne (Tawny)

📋 copy color: '#D55313'

red 213 ◦ green 83 ◦ blue 19

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

Shades of Tenne (Tawny) #D55313

Tints of Tenne (Tawny) #D55313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 67.62%
G = 26.35%
B = 6.03%

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

#D55313 (or 0xD55313) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 13. RGB value is (213,83,19). Sum of RGB (Red+Green+Blue) = 213+83+19=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D55313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55313 is #2AACEC. Grayscale: #727272. Windows color (decimal): -2796781 or 1266645. OLE color: 1266645.

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

Color convert

RGB 213 83 19 -
CMYK 0 0.61 0.91 0.16
HSL 19.79º 0.84% 0.45% -
HSV(B) 19.79º 0.91% 0.84% -
XYZ 30.65 20.38 2.93 -
YUV 114.57 74.07 198.2 -
System Red Green Blue C M Y K H S L
Decimal 213 83 19 0 0.61 0.91 0.16 19.79 0.84 0.45
Hex D5 53 13 0 3D 5B 10 14 54 2D
Octal 325 123 23 0 75 133 20 24 124 55
Binary 11010101 1010011 10011 0 111101 1011011 10000 10100 1010100 101101

Color Harmonies of #D55313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55313

Black with #D55313

Text Example


Text Example

White with #D55313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55313; }

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

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

background-color css

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

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

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

border-color css

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

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

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