Html Css Color HEX #D94503 Tenne (Tawny)

📋 copy color: '#D94503'

red 217 ◦ green 69 ◦ blue 3

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

Shades of Tenne (Tawny) #D94503

Tints of Tenne (Tawny) #D94503

RGB

 RED value IS 217 (85.16% from 255) = 75.09%

 GREEN value IS 69 (27.34% from 255) = 23.88%

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

R = 75.09%
G = 23.88%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D94503 (or 0xD94503) is known color: Tenne (Tawny). HEX triplet: D9, 45 and 03. RGB value is (217,69,3). Sum of RGB (Red+Green+Blue) = 217+69+3=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D94503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94503 is #26BAFC. Grayscale: #6A6A6A. Windows color (decimal): -2538237 or 214489. OLE color: 214489.

HSL color Cylindrical-coordinate representation of color #D94503: hue angle of 18.5º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D94503 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 69 3 -
CMYK 0 0.68 0.99 0.15
HSL 18.5º 0.97% 0.43% -
HSV(B) 18.5º 0.99% 0.85% -
XYZ 30.76 19.01 2.14 -
YUV 105.73 70.03 207.37 -
System Red Green Blue C M Y K H S L
Decimal 217 69 3 0 0.68 0.99 0.15 18.5 0.97 0.43
Hex D9 45 3 0 44 63 F 13 61 2B
Octal 331 105 3 0 104 143 17 23 141 53
Binary 11011001 1000101 11 0 1000100 1100011 1111 10011 1100001 101011

Color Harmonies of #D94503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94503

Black with #D94503

Text Example


Text Example

White with #D94503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94503; }

 p { color: rgb(217,69,3); }

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

background-color css

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

 a { background-color: rgb(217,69,3); }

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

border-color css

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

 span { border-color: rgb(217,69,3); }

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