Html Css Color HEX #D55005 Tenne (Tawny)

📋 copy color: '#D55005'

red 213 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #D55005

Tints of Tenne (Tawny) #D55005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

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

R = 71.48%
G = 26.85%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D55005 (or 0xD55005) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 05. RGB value is (213,80,5). Sum of RGB (Red+Green+Blue) = 213+80+5=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D55005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55005 is #2AAFFA. Grayscale: #6F6F6F. Windows color (decimal): -2797563 or 348373. OLE color: 348373.

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

Color convert

RGB 213 80 5 -
CMYK 0 0.62 0.98 0.16
HSL 21.63º 0.95% 0.43% -
HSV(B) 21.63º 0.98% 0.84% -
XYZ 30.34 19.89 2.38 -
YUV 111.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 213 80 5 0 0.62 0.98 0.16 21.63 0.95 0.43
Hex D5 50 5 0 3E 62 10 16 5F 2B
Octal 325 120 5 0 76 142 20 26 137 53
Binary 11010101 1010000 101 0 111110 1100010 10000 10110 1011111 101011

Color Harmonies of #D55005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55005

Black with #D55005

Text Example


Text Example

White with #D55005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55005; }

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

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

background-color css

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

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

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

border-color css

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

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

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