Html Css Color HEX #D94303 Tenne (Tawny)

📋 copy color: '#D94303'

red 217 ◦ green 67 ◦ blue 3

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

Shades of Tenne (Tawny) #D94303

Tints of Tenne (Tawny) #D94303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

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

R = 75.61%
G = 23.34%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D94303 (or 0xD94303) is known color: Tenne (Tawny). HEX triplet: D9, 43 and 03. RGB value is (217,67,3). Sum of RGB (Red+Green+Blue) = 217+67+3=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D94303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94303 is #26BCFC. Grayscale: #686868. Windows color (decimal): -2538749 or 213977. OLE color: 213977.

HSL color Cylindrical-coordinate representation of color #D94303: hue angle of 17.94º 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 #D94303 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 3 -
CMYK 0 0.69 0.99 0.15
HSL 17.94º 0.97% 0.43% -
HSV(B) 17.94º 0.99% 0.85% -
XYZ 30.64 18.77 2.09 -
YUV 104.55 70.7 208.2 -
System Red Green Blue C M Y K H S L
Decimal 217 67 3 0 0.69 0.99 0.15 17.94 0.97 0.43
Hex D9 43 3 0 45 63 F 12 61 2B
Octal 331 103 3 0 105 143 17 22 141 53
Binary 11011001 1000011 11 0 1000101 1100011 1111 10010 1100001 101011

Color Harmonies of #D94303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94303

Black with #D94303

Text Example


Text Example

White with #D94303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94303; }

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

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

background-color css

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

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

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

border-color css

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

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

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