Html Css Color HEX #D54301 Tenne (Tawny)

📋 copy color: '#D54301'

red 213 ◦ green 67 ◦ blue 1

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

Shades of Tenne (Tawny) #D54301

Tints of Tenne (Tawny) #D54301

RGB

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

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

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

R = 75.8%
G = 23.84%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D54301 (or 0xD54301) is known color: Tenne (Tawny). HEX triplet: D5, 43 and 01. RGB value is (213,67,1). Sum of RGB (Red+Green+Blue) = 213+67+1=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D54301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54301 is #2ABCFE. Grayscale: #676767. Windows color (decimal): -2800895 or 82901. OLE color: 82901.

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

Color convert

RGB 213 67 1 -
CMYK 0 0.69 1.00 0.16
HSL 18.68º 0.99% 0.42% -
HSV(B) 18.68º 1% 0.84% -
XYZ 29.45 18.16 1.98 -
YUV 103.13 70.37 206.37 -
System Red Green Blue C M Y K H S L
Decimal 213 67 1 0 0.69 1.00 0.16 18.68 0.99 0.42
Hex D5 43 1 0 45 64 10 13 63 2A
Octal 325 103 1 0 105 144 20 23 143 52
Binary 11010101 1000011 1 0 1000101 1100100 10000 10011 1100011 101010

Color Harmonies of #D54301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54301

Black with #D54301

Text Example


Text Example

White with #D54301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54301; }

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

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

background-color css

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

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

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

border-color css

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

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

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