Html Css Color HEX #D74A09 Tenne (Tawny)

📋 copy color: '#D74A09'

red 215 ◦ green 74 ◦ blue 9

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

Shades of Tenne (Tawny) #D74A09

Tints of Tenne (Tawny) #D74A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 9 (3.91% from 255) = 3.02%

R = 72.15%
G = 24.83%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D74A09 (or 0xD74A09) is known color: Tenne (Tawny). HEX triplet: D7, 4A and 09. RGB value is (215,74,9). Sum of RGB (Red+Green+Blue) = 215+74+9=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74A09 is #28B5F6. Grayscale: #6D6D6D. Windows color (decimal): -2668023 or 608983. OLE color: 608983.

HSL color Cylindrical-coordinate representation of color #D74A09: hue angle of 18.93º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D74A09 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 74 9 -
CMYK 0 0.66 0.96 0.16
HSL 18.93º 0.92% 0.44% -
HSV(B) 18.93º 0.96% 0.84% -
XYZ 30.52 19.36 2.39 -
YUV 108.75 71.71 203.79 -
System Red Green Blue C M Y K H S L
Decimal 215 74 9 0 0.66 0.96 0.16 18.93 0.92 0.44
Hex D7 4A 9 0 42 60 10 13 5C 2C
Octal 327 112 11 0 102 140 20 23 134 54
Binary 11010111 1001010 1001 0 1000010 1100000 10000 10011 1011100 101100

Color Harmonies of #D74A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A09

Black with #D74A09

Text Example


Text Example

White with #D74A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A09; }

 p { color: rgb(215,74,9); }

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

background-color css

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

 a { background-color: rgb(215,74,9); }

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

border-color css

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

 span { border-color: rgb(215,74,9); }

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