Html Css Color HEX #D74302 Tenne (Tawny)

📋 copy color: '#D74302'

red 215 ◦ green 67 ◦ blue 2

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

Shades of Tenne (Tawny) #D74302

Tints of Tenne (Tawny) #D74302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 75.7%
G = 23.59%
B = 0.7%

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

#D74302 (or 0xD74302) is known color: Tenne (Tawny). HEX triplet: D7, 43 and 02. RGB value is (215,67,2). Sum of RGB (Red+Green+Blue) = 215+67+2=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D74302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74302 is #28BCFD. Grayscale: #686868. Windows color (decimal): -2669822 or 148439. OLE color: 148439.

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

Color convert

RGB 215 67 2 -
CMYK 0 0.69 0.99 0.16
HSL 18.31º 0.98% 0.43% -
HSV(B) 18.31º 0.99% 0.84% -
XYZ 30.04 18.47 2.04 -
YUV 103.84 70.53 207.29 -
System Red Green Blue C M Y K H S L
Decimal 215 67 2 0 0.69 0.99 0.16 18.31 0.98 0.43
Hex D7 43 2 0 45 63 10 12 62 2B
Octal 327 103 2 0 105 143 20 22 142 53
Binary 11010111 1000011 10 0 1000101 1100011 10000 10010 1100010 101011

Color Harmonies of #D74302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74302

Black with #D74302

Text Example


Text Example

White with #D74302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74302; }

 p { color: rgb(215,67,2); }

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

background-color css

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

 a { background-color: rgb(215,67,2); }

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

border-color css

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

 span { border-color: rgb(215,67,2); }

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