Html Css Color HEX #D54300 Tenne (Tawny)

📋 copy color: '#D54300'

red 213 ◦ green 67 ◦ blue 0

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

Shades of Tenne (Tawny) #D54300

Tints of Tenne (Tawny) #D54300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

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

R = 76.07%
G = 23.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D54300 (or 0xD54300) is known color: Tenne (Tawny). HEX triplet: D5, 43 and 00. RGB value is (213,67,0). Sum of RGB (Red+Green+Blue) = 213+67+0=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D54300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54300 is #2ABCFF. Grayscale: #676767. Windows color (decimal): -2800896 or 17365. OLE color: 17365.

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

Color convert

RGB 213 67 0 -
CMYK 0 0.69 1 0.16
HSL 18.87º 1% 0.42% -
HSV(B) 18.87º 1% 0.84% -
XYZ 29.45 18.16 1.95 -
YUV 103.02 69.87 206.45 -
System Red Green Blue C M Y K H S L
Decimal 213 67 0 0 0.69 1 0.16 18.87 1 0.42
Hex D5 43 0 0 45 64 10 13 64 2A
Octal 325 103 0 0 105 144 20 23 144 52
Binary 11010101 1000011 0 0 1000101 1100100 10000 10011 1100100 101010

Color Harmonies of #D54300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54300

Black with #D54300

Text Example


Text Example

White with #D54300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54300; }

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

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

background-color css

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

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

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

border-color css

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

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

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