Html Css Color HEX #D54A0A Tenne (Tawny)

📋 copy color: '#D54A0A'

red 213 ◦ green 74 ◦ blue 10

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

Shades of Tenne (Tawny) #D54A0A

Tints of Tenne (Tawny) #D54A0A

RGB

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

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

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

R = 71.72%
G = 24.92%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D54A0A (or 0xD54A0A) is known color: Tenne (Tawny). HEX triplet: D5, 4A and 0A. RGB value is (213,74,10). Sum of RGB (Red+Green+Blue) = 213+74+10=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A0A is #2AB5F5. Grayscale: #6C6C6C. Windows color (decimal): -2799094 or 674517. OLE color: 674517.

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

Color convert

RGB 213 74 10 -
CMYK 0 0.65 0.95 0.16
HSL 18.92º 0.91% 0.44% -
HSV(B) 18.92º 0.95% 0.84% -
XYZ 29.94 19.07 2.39 -
YUV 108.27 72.55 202.7 -
System Red Green Blue C M Y K H S L
Decimal 213 74 10 0 0.65 0.95 0.16 18.92 0.91 0.44
Hex D5 4A A 0 41 5F 10 13 5B 2C
Octal 325 112 12 0 101 137 20 23 133 54
Binary 11010101 1001010 1010 0 1000001 1011111 10000 10011 1011011 101100

Color Harmonies of #D54A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A0A

Black with #D54A0A

Text Example


Text Example

White with #D54A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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