Html Css Color HEX #D54600 Tenne (Tawny)

📋 copy color: '#D54600'

red 213 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #D54600

Tints of Tenne (Tawny) #D54600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.27%
G = 24.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D54600 (or 0xD54600) is known color: Tenne (Tawny). HEX triplet: D5, 46 and 00. RGB value is (213,70,0). Sum of RGB (Red+Green+Blue) = 213+70+0=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D54600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54600 is #2AB9FF. Grayscale: #696969. Windows color (decimal): -2800128 or 18133. OLE color: 18133.

HSL color Cylindrical-coordinate representation of color #D54600: hue angle of 19.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D54600 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 0 -
CMYK 0 0.67 1 0.16
HSL 19.72º 1% 0.42% -
HSV(B) 19.72º 1% 0.84% -
XYZ 29.63 18.53 2.01 -
YUV 104.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 213 70 0 0 0.67 1 0.16 19.72 1 0.42
Hex D5 46 0 0 43 64 10 14 64 2A
Octal 325 106 0 0 103 144 20 24 144 52
Binary 11010101 1000110 0 0 1000011 1100100 10000 10100 1100100 101010

Color Harmonies of #D54600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54600

Black with #D54600

Text Example


Text Example

White with #D54600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54600; }

 p { color: rgb(213,70,0); }

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

background-color css

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

 a { background-color: rgb(213,70,0); }

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

border-color css

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

 span { border-color: rgb(213,70,0); }

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