Html Css Color HEX #D54C08 Tenne (Tawny)

📋 copy color: '#D54C08'

red 213 ◦ green 76 ◦ blue 8

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

Shades of Tenne (Tawny) #D54C08

Tints of Tenne (Tawny) #D54C08

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 8 (3.52% from 255) = 2.69%

R = 71.72%
G = 25.59%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D54C08 (or 0xD54C08) is known color: Tenne (Tawny). HEX triplet: D5, 4C and 08. RGB value is (213,76,8). Sum of RGB (Red+Green+Blue) = 213+76+8=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54C08 is #2AB3F7. Grayscale: #6D6D6D. Windows color (decimal): -2798584 or 543957. OLE color: 543957.

HSL color Cylindrical-coordinate representation of color #D54C08: hue angle of 19.9º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D54C08 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 76 8 -
CMYK 0 0.64 0.96 0.16
HSL 19.9º 0.93% 0.43% -
HSV(B) 19.9º 0.96% 0.84% -
XYZ 30.07 19.33 2.38 -
YUV 109.21 70.89 202.03 -
System Red Green Blue C M Y K H S L
Decimal 213 76 8 0 0.64 0.96 0.16 19.9 0.93 0.43
Hex D5 4C 8 0 40 60 10 14 5D 2B
Octal 325 114 10 0 100 140 20 24 135 53
Binary 11010101 1001100 1000 0 1000000 1100000 10000 10100 1011101 101011

Color Harmonies of #D54C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C08

Black with #D54C08

Text Example


Text Example

White with #D54C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C08; }

 p { color: rgb(213,76,8); }

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

background-color css

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

 a { background-color: rgb(213,76,8); }

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

border-color css

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

 span { border-color: rgb(213,76,8); }

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