Html Css Color HEX #D55000 Tenne (Tawny)

📋 copy color: '#D55000'

red 213 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #D55000

Tints of Tenne (Tawny) #D55000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.7%
G = 27.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D55000 (or 0xD55000) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 00. RGB value is (213,80,0). Sum of RGB (Red+Green+Blue) = 213+80+0=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D55000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55000 is #2AAFFF. Grayscale: #6F6F6F. Windows color (decimal): -2797568 or 20693. OLE color: 20693.

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

Color convert

RGB 213 80 0 -
CMYK 0 0.62 1 0.16
HSL 22.54º 1% 0.42% -
HSV(B) 22.54º 1% 0.84% -
XYZ 30.31 19.88 2.24 -
YUV 110.65 65.56 201 -
System Red Green Blue C M Y K H S L
Decimal 213 80 0 0 0.62 1 0.16 22.54 1 0.42
Hex D5 50 0 0 3E 64 10 17 64 2A
Octal 325 120 0 0 76 144 20 27 144 52
Binary 11010101 1010000 0 0 111110 1100100 10000 10111 1100100 101010

Color Harmonies of #D55000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55000

Black with #D55000

Text Example


Text Example

White with #D55000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55000; }

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

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

background-color css

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

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

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

border-color css

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

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

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