Html Css Color HEX #D74503 Tenne (Tawny)

📋 copy color: '#D74503'

red 215 ◦ green 69 ◦ blue 3

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

Shades of Tenne (Tawny) #D74503

Tints of Tenne (Tawny) #D74503

RGB

 RED value IS 215 (84.38% from 255) = 74.91%

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

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

R = 74.91%
G = 24.04%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D74503 (or 0xD74503) is known color: Tenne (Tawny). HEX triplet: D7, 45 and 03. RGB value is (215,69,3). Sum of RGB (Red+Green+Blue) = 215+69+3=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D74503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74503 is #28BAFC. Grayscale: #696969. Windows color (decimal): -2669309 or 214487. OLE color: 214487.

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

Color convert

RGB 215 69 3 -
CMYK 0 0.68 0.99 0.16
HSL 18.68º 0.97% 0.43% -
HSV(B) 18.68º 0.99% 0.84% -
XYZ 30.17 18.71 2.11 -
YUV 105.13 70.37 206.37 -
System Red Green Blue C M Y K H S L
Decimal 215 69 3 0 0.68 0.99 0.16 18.68 0.97 0.43
Hex D7 45 3 0 44 63 10 13 61 2B
Octal 327 105 3 0 104 143 20 23 141 53
Binary 11010111 1000101 11 0 1000100 1100011 10000 10011 1100001 101011

Color Harmonies of #D74503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74503

Black with #D74503

Text Example


Text Example

White with #D74503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74503; }

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

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

background-color css

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

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

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

border-color css

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

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

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