Html Css Color HEX #D75F0C Tenne (Tawny)

📋 copy color: '#D75F0C'

red 215 ◦ green 95 ◦ blue 12

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

Shades of Tenne (Tawny) #D75F0C

Tints of Tenne (Tawny) #D75F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 66.77%
G = 29.5%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D75F0C (or 0xD75F0C) is known color: Tenne (Tawny). HEX triplet: D7, 5F and 0C. RGB value is (215,95,12). Sum of RGB (Red+Green+Blue) = 215+95+12=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75F0C is #28A0F3. Grayscale: #797979. Windows color (decimal): -2662644 or 810967. OLE color: 810967.

HSL color Cylindrical-coordinate representation of color #D75F0C: hue angle of 24.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D75F0C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 95 12 -
CMYK 0 0.56 0.94 0.16
HSL 24.53º 0.89% 0.45% -
HSV(B) 24.53º 0.94% 0.84% -
XYZ 32.18 22.66 3.03 -
YUV 121.42 66.26 194.75 -
System Red Green Blue C M Y K H S L
Decimal 215 95 12 0 0.56 0.94 0.16 24.53 0.89 0.45
Hex D7 5F C 0 38 5E 10 19 59 2D
Octal 327 137 14 0 70 136 20 31 131 55
Binary 11010111 1011111 1100 0 111000 1011110 10000 11001 1011001 101101

Color Harmonies of #D75F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F0C

Black with #D75F0C

Text Example


Text Example

White with #D75F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F0C; }

 p { color: rgb(215,95,12); }

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

background-color css

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

 a { background-color: rgb(215,95,12); }

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

border-color css

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

 span { border-color: rgb(215,95,12); }

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