Html Css Color HEX #D54508 Tenne (Tawny)

📋 copy color: '#D54508'

red 213 ◦ green 69 ◦ blue 8

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

Shades of Tenne (Tawny) #D54508

Tints of Tenne (Tawny) #D54508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.79%

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

R = 73.45%
G = 23.79%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D54508 (or 0xD54508) is known color: Tenne (Tawny). HEX triplet: D5, 45 and 08. RGB value is (213,69,8). Sum of RGB (Red+Green+Blue) = 213+69+8=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D54508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54508 is #2ABAF7. Grayscale: #696969. Windows color (decimal): -2800376 or 542165. OLE color: 542165.

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

Color convert

RGB 213 69 8 -
CMYK 0 0.68 0.96 0.16
HSL 17.85º 0.93% 0.43% -
HSV(B) 17.85º 0.96% 0.84% -
XYZ 29.61 18.42 2.22 -
YUV 105.1 73.21 204.96 -
System Red Green Blue C M Y K H S L
Decimal 213 69 8 0 0.68 0.96 0.16 17.85 0.93 0.43
Hex D5 45 8 0 44 60 10 12 5D 2B
Octal 325 105 10 0 104 140 20 22 135 53
Binary 11010101 1000101 1000 0 1000100 1100000 10000 10010 1011101 101011

Color Harmonies of #D54508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54508

Black with #D54508

Text Example


Text Example

White with #D54508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54508; }

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

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

background-color css

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

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

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

border-color css

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

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

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