Html Css Color HEX #D55001 Tenne (Tawny)

📋 copy color: '#D55001'

red 213 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #D55001

Tints of Tenne (Tawny) #D55001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 72.45%
G = 27.21%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D55001 (or 0xD55001) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 01. RGB value is (213,80,1). Sum of RGB (Red+Green+Blue) = 213+80+1=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D55001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55001 is #2AAFFE. Grayscale: #6F6F6F. Windows color (decimal): -2797567 or 86229. OLE color: 86229.

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

Color convert

RGB 213 80 1 -
CMYK 0 0.62 1.00 0.16
HSL 22.36º 0.99% 0.42% -
HSV(B) 22.36º 1% 0.84% -
XYZ 30.31 19.89 2.27 -
YUV 110.76 66.06 200.92 -
System Red Green Blue C M Y K H S L
Decimal 213 80 1 0 0.62 1.00 0.16 22.36 0.99 0.42
Hex D5 50 1 0 3E 64 10 16 63 2A
Octal 325 120 1 0 76 144 20 26 143 52
Binary 11010101 1010000 1 0 111110 1100100 10000 10110 1100011 101010

Color Harmonies of #D55001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55001

Black with #D55001

Text Example


Text Example

White with #D55001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55001; }

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

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

background-color css

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

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

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

border-color css

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

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

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