Html Css Color HEX #D54A01 Tenne (Tawny)

📋 copy color: '#D54A01'

red 213 ◦ green 74 ◦ blue 1

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

Shades of Tenne (Tawny) #D54A01

Tints of Tenne (Tawny) #D54A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.69%

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

R = 73.96%
G = 25.69%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D54A01 (or 0xD54A01) is known color: Tenne (Tawny). HEX triplet: D5, 4A and 01. RGB value is (213,74,1). Sum of RGB (Red+Green+Blue) = 213+74+1=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A01 is #2AB5FE. Grayscale: #6B6B6B. Windows color (decimal): -2799103 or 84693. OLE color: 84693.

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

Color convert

RGB 213 74 1 -
CMYK 0 0.65 1.00 0.16
HSL 20.66º 0.99% 0.42% -
HSV(B) 20.66º 1% 0.84% -
XYZ 29.89 19.05 2.13 -
YUV 107.24 68.05 203.44 -
System Red Green Blue C M Y K H S L
Decimal 213 74 1 0 0.65 1.00 0.16 20.66 0.99 0.42
Hex D5 4A 1 0 41 64 10 15 63 2A
Octal 325 112 1 0 101 144 20 25 143 52
Binary 11010101 1001010 1 0 1000001 1100100 10000 10101 1100011 101010

Color Harmonies of #D54A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A01

Black with #D54A01

Text Example


Text Example

White with #D54A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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