Html Css Color HEX #D54A07 Tenne (Tawny)

📋 copy color: '#D54A07'

red 213 ◦ green 74 ◦ blue 7

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

Shades of Tenne (Tawny) #D54A07

Tints of Tenne (Tawny) #D54A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.38%

R = 72.45%
G = 25.17%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D54A07 (or 0xD54A07) is known color: Tenne (Tawny). HEX triplet: D5, 4A and 07. RGB value is (213,74,7). Sum of RGB (Red+Green+Blue) = 213+74+7=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A07 is #2AB5F8. Grayscale: #6C6C6C. Windows color (decimal): -2799097 or 477909. OLE color: 477909.

HSL color Cylindrical-coordinate representation of color #D54A07: hue angle of 19.51º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D54A07 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 74 7 -
CMYK 0 0.65 0.97 0.16
HSL 19.51º 0.94% 0.43% -
HSV(B) 19.51º 0.97% 0.84% -
XYZ 29.93 19.06 2.3 -
YUV 107.92 71.05 202.95 -
System Red Green Blue C M Y K H S L
Decimal 213 74 7 0 0.65 0.97 0.16 19.51 0.94 0.43
Hex D5 4A 7 0 41 61 10 14 5E 2B
Octal 325 112 7 0 101 141 20 24 136 53
Binary 11010101 1001010 111 0 1000001 1100001 10000 10100 1011110 101011

Color Harmonies of #D54A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A07

Black with #D54A07

Text Example


Text Example

White with #D54A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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