Html Css Color HEX #D54E0D Tenne (Tawny)

📋 copy color: '#D54E0D'

red 213 ◦ green 78 ◦ blue 13

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

Shades of Tenne (Tawny) #D54E0D

Tints of Tenne (Tawny) #D54E0D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 70.07%
G = 25.66%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D54E0D (or 0xD54E0D) is known color: Tenne (Tawny). HEX triplet: D5, 4E and 0D. RGB value is (213,78,13). Sum of RGB (Red+Green+Blue) = 213+78+13=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54E0D is #2AB1F2. Grayscale: #6F6F6F. Windows color (decimal): -2798067 or 872149. OLE color: 872149.

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

Color convert

RGB 213 78 13 -
CMYK 0 0.63 0.94 0.16
HSL 19.5º 0.88% 0.44% -
HSV(B) 19.5º 0.94% 0.84% -
XYZ 30.24 19.62 2.57 -
YUV 110.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 213 78 13 0 0.63 0.94 0.16 19.5 0.88 0.44
Hex D5 4E D 0 3F 5E 10 14 58 2C
Octal 325 116 15 0 77 136 20 24 130 54
Binary 11010101 1001110 1101 0 111111 1011110 10000 10100 1011000 101100

Color Harmonies of #D54E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E0D

Black with #D54E0D

Text Example


Text Example

White with #D54E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E0D; }

 p { color: rgb(213,78,13); }

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

background-color css

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

 a { background-color: rgb(213,78,13); }

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

border-color css

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

 span { border-color: rgb(213,78,13); }

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