Html Css Color HEX #D54101 Tenne (Tawny)

📋 copy color: '#D54101'

red 213 ◦ green 65 ◦ blue 1

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

Shades of Tenne (Tawny) #D54101

Tints of Tenne (Tawny) #D54101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.3%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 76.34%
G = 23.3%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D54101 (or 0xD54101) is known color: Tenne (Tawny). HEX triplet: D5, 41 and 01. RGB value is (213,65,1). Sum of RGB (Red+Green+Blue) = 213+65+1=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D54101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54101 is #2ABEFE. Grayscale: #666666. Windows color (decimal): -2801407 or 82389. OLE color: 82389.

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

Color convert

RGB 213 65 1 -
CMYK 0 0.69 1.00 0.16
HSL 18.11º 0.99% 0.42% -
HSV(B) 18.11º 1% 0.84% -
XYZ 29.34 17.93 1.94 -
YUV 101.96 71.03 207.2 -
System Red Green Blue C M Y K H S L
Decimal 213 65 1 0 0.69 1.00 0.16 18.11 0.99 0.42
Hex D5 41 1 0 45 64 10 12 63 2A
Octal 325 101 1 0 105 144 20 22 143 52
Binary 11010101 1000001 1 0 1000101 1100100 10000 10010 1100011 101010

Color Harmonies of #D54101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54101

Black with #D54101

Text Example


Text Example

White with #D54101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54101; }

 p { color: rgb(213,65,1); }

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

background-color css

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

 a { background-color: rgb(213,65,1); }

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

border-color css

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

 span { border-color: rgb(213,65,1); }

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