Html Css Color HEX #D54D0D Tenne (Tawny)

📋 copy color: '#D54D0D'

red 213 ◦ green 77 ◦ blue 13

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

Shades of Tenne (Tawny) #D54D0D

Tints of Tenne (Tawny) #D54D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 70.3%
G = 25.41%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D54D0D (or 0xD54D0D) is known color: Tenne (Tawny). HEX triplet: D5, 4D and 0D. RGB value is (213,77,13). Sum of RGB (Red+Green+Blue) = 213+77+13=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54D0D is #2AB2F2. Grayscale: #6E6E6E. Windows color (decimal): -2798323 or 871893. OLE color: 871893.

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

Color convert

RGB 213 77 13 -
CMYK 0 0.64 0.94 0.16
HSL 19.2º 0.88% 0.44% -
HSV(B) 19.2º 0.94% 0.84% -
XYZ 30.17 19.48 2.55 -
YUV 110.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 213 77 13 0 0.64 0.94 0.16 19.2 0.88 0.44
Hex D5 4D D 0 40 5E 10 13 58 2C
Octal 325 115 15 0 100 136 20 23 130 54
Binary 11010101 1001101 1101 0 1000000 1011110 10000 10011 1011000 101100

Color Harmonies of #D54D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D0D

Black with #D54D0D

Text Example


Text Example

White with #D54D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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