Html Css Color HEX #D55008 Tenne (Tawny)

📋 copy color: '#D55008'

red 213 ◦ green 80 ◦ blue 8

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

Shades of Tenne (Tawny) #D55008

Tints of Tenne (Tawny) #D55008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 70.76%
G = 26.58%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D55008 (or 0xD55008) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 08. RGB value is (213,80,8). Sum of RGB (Red+Green+Blue) = 213+80+8=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D55008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55008 is #2AAFF7. Grayscale: #6F6F6F. Windows color (decimal): -2797560 or 544981. OLE color: 544981.

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

Color convert

RGB 213 80 8 -
CMYK 0 0.62 0.96 0.16
HSL 21.07º 0.93% 0.43% -
HSV(B) 21.07º 0.96% 0.84% -
XYZ 30.35 19.9 2.47 -
YUV 111.56 69.56 200.35 -
System Red Green Blue C M Y K H S L
Decimal 213 80 8 0 0.62 0.96 0.16 21.07 0.93 0.43
Hex D5 50 8 0 3E 60 10 15 5D 2B
Octal 325 120 10 0 76 140 20 25 135 53
Binary 11010101 1010000 1000 0 111110 1100000 10000 10101 1011101 101011

Color Harmonies of #D55008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55008

Black with #D55008

Text Example


Text Example

White with #D55008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55008; }

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

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

background-color css

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

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

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

border-color css

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

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

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