Html Css Color HEX #D54C0A Tenne (Tawny)

📋 copy color: '#D54C0A'

red 213 ◦ green 76 ◦ blue 10

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

Shades of Tenne (Tawny) #D54C0A

Tints of Tenne (Tawny) #D54C0A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 71.24%
G = 25.42%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D54C0A (or 0xD54C0A) is known color: Tenne (Tawny). HEX triplet: D5, 4C and 0A. RGB value is (213,76,10). Sum of RGB (Red+Green+Blue) = 213+76+10=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54C0A is #2AB3F5. Grayscale: #6D6D6D. Windows color (decimal): -2798582 or 675029. OLE color: 675029.

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

Color convert

RGB 213 76 10 -
CMYK 0 0.64 0.95 0.16
HSL 19.51º 0.91% 0.44% -
HSV(B) 19.51º 0.95% 0.84% -
XYZ 30.08 19.34 2.43 -
YUV 109.44 71.89 201.87 -
System Red Green Blue C M Y K H S L
Decimal 213 76 10 0 0.64 0.95 0.16 19.51 0.91 0.44
Hex D5 4C A 0 40 5F 10 14 5B 2C
Octal 325 114 12 0 100 137 20 24 133 54
Binary 11010101 1001100 1010 0 1000000 1011111 10000 10100 1011011 101100

Color Harmonies of #D54C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C0A

Black with #D54C0A

Text Example


Text Example

White with #D54C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C0A; }

 p { color: rgb(213,76,10); }

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

background-color css

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

 a { background-color: rgb(213,76,10); }

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

border-color css

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

 span { border-color: rgb(213,76,10); }

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