Html Css Color HEX #D54500 Tenne (Tawny)

📋 copy color: '#D54500'

red 213 ◦ green 69 ◦ blue 0

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

Shades of Tenne (Tawny) #D54500

Tints of Tenne (Tawny) #D54500

RGB

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

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

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

R = 75.53%
G = 24.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D54500 (or 0xD54500) is known color: Tenne (Tawny). HEX triplet: D5, 45 and 00. RGB value is (213,69,0). Sum of RGB (Red+Green+Blue) = 213+69+0=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D54500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54500 is #2ABAFF. Grayscale: #686868. Windows color (decimal): -2800384 or 17877. OLE color: 17877.

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

Color convert

RGB 213 69 0 -
CMYK 0 0.68 1 0.16
HSL 19.44º 1% 0.42% -
HSV(B) 19.44º 1% 0.84% -
XYZ 29.57 18.4 1.99 -
YUV 104.19 69.21 205.61 -
System Red Green Blue C M Y K H S L
Decimal 213 69 0 0 0.68 1 0.16 19.44 1 0.42
Hex D5 45 0 0 44 64 10 13 64 2A
Octal 325 105 0 0 104 144 20 23 144 52
Binary 11010101 1000101 0 0 1000100 1100100 10000 10011 1100100 101010

Color Harmonies of #D54500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54500

Black with #D54500

Text Example


Text Example

White with #D54500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54500; }

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

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

background-color css

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

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

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

border-color css

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

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

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