Html Css Color HEX #D75102 Tenne (Tawny)

📋 copy color: '#D75102'

red 215 ◦ green 81 ◦ blue 2

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

Shades of Tenne (Tawny) #D75102

Tints of Tenne (Tawny) #D75102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.18%

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

R = 72.15%
G = 27.18%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D75102 (or 0xD75102) is known color: Tenne (Tawny). HEX triplet: D7, 51 and 02. RGB value is (215,81,2). Sum of RGB (Red+Green+Blue) = 215+81+2=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D75102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75102 is #28AEFD. Grayscale: #707070. Windows color (decimal): -2666238 or 152023. OLE color: 152023.

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

Color convert

RGB 215 81 2 -
CMYK 0 0.62 0.99 0.16
HSL 22.25º 0.98% 0.43% -
HSV(B) 22.25º 0.99% 0.84% -
XYZ 30.98 20.34 2.35 -
YUV 112.06 65.89 201.42 -
System Red Green Blue C M Y K H S L
Decimal 215 81 2 0 0.62 0.99 0.16 22.25 0.98 0.43
Hex D7 51 2 0 3E 63 10 16 62 2B
Octal 327 121 2 0 76 143 20 26 142 53
Binary 11010111 1010001 10 0 111110 1100011 10000 10110 1100010 101011

Color Harmonies of #D75102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75102

Black with #D75102

Text Example


Text Example

White with #D75102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75102; }

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

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

background-color css

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

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

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

border-color css

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

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

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