Html Css Color HEX #D74203 Tenne (Tawny)

📋 copy color: '#D74203'

red 215 ◦ green 66 ◦ blue 3

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

Shades of Tenne (Tawny) #D74203

Tints of Tenne (Tawny) #D74203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

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

R = 75.7%
G = 23.24%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D74203 (or 0xD74203) is known color: Tenne (Tawny). HEX triplet: D7, 42 and 03. RGB value is (215,66,3). Sum of RGB (Red+Green+Blue) = 215+66+3=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D74203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74203 is #28BDFC. Grayscale: #676767. Windows color (decimal): -2670077 or 213719. OLE color: 213719.

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

Color convert

RGB 215 66 3 -
CMYK 0 0.69 0.99 0.16
HSL 17.83º 0.97% 0.43% -
HSV(B) 17.83º 0.99% 0.84% -
XYZ 29.99 18.35 2.05 -
YUV 103.37 71.36 207.62 -
System Red Green Blue C M Y K H S L
Decimal 215 66 3 0 0.69 0.99 0.16 17.83 0.97 0.43
Hex D7 42 3 0 45 63 10 12 61 2B
Octal 327 102 3 0 105 143 20 22 141 53
Binary 11010111 1000010 11 0 1000101 1100011 10000 10010 1100001 101011

Color Harmonies of #D74203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74203

Black with #D74203

Text Example


Text Example

White with #D74203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74203; }

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

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

background-color css

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

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

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

border-color css

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

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

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