Html Css Color HEX #D55304 Tenne (Tawny)

📋 copy color: '#D55304'

red 213 ◦ green 83 ◦ blue 4

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

Shades of Tenne (Tawny) #D55304

Tints of Tenne (Tawny) #D55304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 71%
G = 27.67%
B = 1.33%

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

#D55304 (or 0xD55304) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 04. RGB value is (213,83,4). Sum of RGB (Red+Green+Blue) = 213+83+4=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D55304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55304 is #2AACFB. Grayscale: #717171. Windows color (decimal): -2796796 or 283605. OLE color: 283605.

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

Color convert

RGB 213 83 4 -
CMYK 0 0.61 0.98 0.16
HSL 22.68º 0.96% 0.43% -
HSV(B) 22.68º 0.98% 0.84% -
XYZ 30.56 20.34 2.43 -
YUV 112.86 66.57 199.42 -
System Red Green Blue C M Y K H S L
Decimal 213 83 4 0 0.61 0.98 0.16 22.68 0.96 0.43
Hex D5 53 4 0 3D 62 10 17 60 2B
Octal 325 123 4 0 75 142 20 27 140 53
Binary 11010101 1010011 100 0 111101 1100010 10000 10111 1100000 101011

Color Harmonies of #D55304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55304

Black with #D55304

Text Example


Text Example

White with #D55304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55304; }

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

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

background-color css

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

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

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

border-color css

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

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

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