Html Css Color HEX #D54F03 Tenne (Tawny)

📋 copy color: '#D54F03'

red 213 ◦ green 79 ◦ blue 3

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

Shades of Tenne (Tawny) #D54F03

Tints of Tenne (Tawny) #D54F03

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.78%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 72.2%
G = 26.78%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D54F03 (or 0xD54F03) is known color: Tenne (Tawny). HEX triplet: D5, 4F and 03. RGB value is (213,79,3). Sum of RGB (Red+Green+Blue) = 213+79+3=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54F03 is #2AB0FC. Grayscale: #6E6E6E. Windows color (decimal): -2797821 or 217045. OLE color: 217045.

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

Color convert

RGB 213 79 3 -
CMYK 0 0.63 0.99 0.16
HSL 21.71º 0.97% 0.42% -
HSV(B) 21.71º 0.99% 0.84% -
XYZ 30.25 19.74 2.3 -
YUV 110.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 213 79 3 0 0.63 0.99 0.16 21.71 0.97 0.42
Hex D5 4F 3 0 3F 63 10 16 61 2A
Octal 325 117 3 0 77 143 20 26 141 52
Binary 11010101 1001111 11 0 111111 1100011 10000 10110 1100001 101010

Color Harmonies of #D54F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F03

Black with #D54F03

Text Example


Text Example

White with #D54F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F03; }

 p { color: rgb(213,79,3); }

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

background-color css

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

 a { background-color: rgb(213,79,3); }

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

border-color css

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

 span { border-color: rgb(213,79,3); }

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