Html Css Color HEX #D54B0D Tenne (Tawny)

📋 copy color: '#D54B0D'

red 213 ◦ green 75 ◦ blue 13

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

Shades of Tenne (Tawny) #D54B0D

Tints of Tenne (Tawny) #D54B0D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

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

R = 70.76%
G = 24.92%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D54B0D (or 0xD54B0D) is known color: Tenne (Tawny). HEX triplet: D5, 4B and 0D. RGB value is (213,75,13). Sum of RGB (Red+Green+Blue) = 213+75+13=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54B0D is #2AB4F2. Grayscale: #6D6D6D. Windows color (decimal): -2798835 or 871381. OLE color: 871381.

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

Color convert

RGB 213 75 13 -
CMYK 0 0.65 0.94 0.16
HSL 18.6º 0.88% 0.44% -
HSV(B) 18.6º 0.94% 0.84% -
XYZ 30.03 19.21 2.51 -
YUV 109.19 73.72 202.04 -
System Red Green Blue C M Y K H S L
Decimal 213 75 13 0 0.65 0.94 0.16 18.6 0.88 0.44
Hex D5 4B D 0 41 5E 10 13 58 2C
Octal 325 113 15 0 101 136 20 23 130 54
Binary 11010101 1001011 1101 0 1000001 1011110 10000 10011 1011000 101100

Color Harmonies of #D54B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54B0D

Black with #D54B0D

Text Example


Text Example

White with #D54B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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