Html Css Color HEX #D1630C Tenne (Tawny)

📋 copy color: '#D1630C'

red 209 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #D1630C

Tints of Tenne (Tawny) #D1630C

RGB

 RED value IS 209 (82.03% from 255) = 65.31%

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 65.31%
G = 30.94%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1630C (or 0xD1630C) is known color: Tenne (Tawny). HEX triplet: D1, 63 and 0C. RGB value is (209,99,12). Sum of RGB (Red+Green+Blue) = 209+99+12=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1630C is #2E9CF3. Grayscale: #7A7A7A. Windows color (decimal): -3054836 or 811985. OLE color: 811985.

HSL color Cylindrical-coordinate representation of color #D1630C: hue angle of 26.5º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1630C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 99 12 -
CMYK 0 0.53 0.94 0.18
HSL 26.5º 0.89% 0.43% -
HSV(B) 26.5º 0.94% 0.82% -
XYZ 30.82 22.51 3.07 -
YUV 121.97 65.94 190.07 -
System Red Green Blue C M Y K H S L
Decimal 209 99 12 0 0.53 0.94 0.18 26.5 0.89 0.43
Hex D1 63 C 0 35 5E 12 1A 59 2B
Octal 321 143 14 0 65 136 22 32 131 53
Binary 11010001 1100011 1100 0 110101 1011110 10010 11010 1011001 101011

Color Harmonies of #D1630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1630C

Black with #D1630C

Text Example


Text Example

White with #D1630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1630C; }

 p { color: rgb(209,99,12); }

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

background-color css

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

 a { background-color: rgb(209,99,12); }

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

border-color css

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

 span { border-color: rgb(209,99,12); }

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