Html Css Color HEX #D54A0B Tenne (Tawny)

📋 copy color: '#D54A0B'

red 213 ◦ green 74 ◦ blue 11

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

Shades of Tenne (Tawny) #D54A0B

Tints of Tenne (Tawny) #D54A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.69%

R = 71.48%
G = 24.83%
B = 3.69%

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

#D54A0B (or 0xD54A0B) is known color: Tenne (Tawny). HEX triplet: D5, 4A and 0B. RGB value is (213,74,11). Sum of RGB (Red+Green+Blue) = 213+74+11=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A0B is #2AB5F4. Grayscale: #6C6C6C. Windows color (decimal): -2799093 or 740053. OLE color: 740053.

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

Color convert

RGB 213 74 11 -
CMYK 0 0.65 0.95 0.16
HSL 18.71º 0.9% 0.44% -
HSV(B) 18.71º 0.95% 0.84% -
XYZ 29.95 19.07 2.42 -
YUV 108.38 73.05 202.62 -
System Red Green Blue C M Y K H S L
Decimal 213 74 11 0 0.65 0.95 0.16 18.71 0.9 0.44
Hex D5 4A B 0 41 5F 10 13 5A 2C
Octal 325 112 13 0 101 137 20 23 132 54
Binary 11010101 1001010 1011 0 1000001 1011111 10000 10011 1011010 101100

Color Harmonies of #D54A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A0B

Black with #D54A0B

Text Example


Text Example

White with #D54A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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